We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ed952 commit 69c9874Copy full SHA for 69c9874
1 file changed
Dockerfile
@@ -49,8 +49,7 @@ RUN mamba env update -n base -f environment.yml
49
RUN echo "alias pip=pip3" >> ~/.bashrc
50
RUN echo "alias python=python3" >> ~/.bashrc
51
52
-RUN mkdir -p /home/coder/.local/share/code-server/User/
53
-RUN chown -R coder:coder /home/coder/.local/share/code-server/User/
+RUN mkdir -p /home/coder/.local/share/code-server/Machine/
54
RUN echo "{\"workbench.colorTheme\": \"Default Dark+\", \"python.pythonPath\": \"/home/coder/local/bin/conda/bin/python\"}" >> /home/coder/.local/share/code-server/Machine/settings.json
55
56
0 commit comments