Skip to content

Commit b73f006

Browse files
authored
Update Dockerfile
1 parent d336228 commit b73f006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN echo "alias python=python3" >> ~/.bashrc
5151

5252
RUN mkdir -p /home/coder/.local/share/code-server/User/
5353
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
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
5555

5656

5757
# Nice colors in python terminal

0 commit comments

Comments
 (0)