File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ RUN echo "alias pip=pip3" >> ~/.bashrc
5050RUN echo "alias python=python3" >> ~/.bashrc
5151
5252RUN mkdir -p /home/coder/.local/share/code-server/User/
53- RUN echo "{\" workbench.colorTheme\" : \" Default Dark+\" , \" python.defaultInterpreterPath\" : \" /home/coder/local/bin/conda/bin/python\" }" >> /home/coder/.local/share/code-server/User/settings.json
53+ RUN chown -R coder:coder /home/coder/.local/share/code-server/User/
54+ RUN echo "{\" workbench.colorTheme\" : \" Default Dark+\" , \" python.condaPath\" : \" /home/coder/local/bin/conda/condabin/conda" }" >> /home/coder/.local/share/code-server/User/settings.json
5455
5556
5657# Nice colors in python terminal
@@ -64,5 +65,3 @@ RUN code-server --install-extension eamodio.gitlens
6465RUN code-server --install-extension coenraads.bracket-pair-colorizer
6566RUN code-server --install-extension ms-azuretools.vscode-docker
6667RUN code-server --install-extension njpwerner.autodocstring
67-
68- RUN echo $PATH
You can’t perform that action at this time.
0 commit comments