We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589f46c commit 272ba70Copy full SHA for 272ba70
1 file changed
Dockerfile
@@ -51,7 +51,7 @@ RUN mkdir -p /home/coder/.local/share/code-server/Machine/
51
COPY settings.json /home/coder/.local/share/code-server/Machine/settings.json
52
53
# Nice colors in python terminal
54
-RUN echo "import sys ; from IPython.core.ultratb import ColorTB ; sys.excepthook = ColorTB() ;" >> /home/coder/local/bin/conda/lib/python${PYTHON_VERSION}/site-packages/sitecustomize.py
+RUN echo "import sys ; from IPython.core.ultratb import ColorTB ; sys.excepthook = ColorTB() ;" >> /home/coder/local/bin/conda/envs/basesspcloud/lib/python${PYTHON_VERSION}/site-packages/sitecustomize.py
55
56
# INSTALL VSTUDIO EXTENSIONS
57
RUN code-server --install-extension ms-python.python
0 commit comments