Skip to content

Commit

Permalink
Update vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
yufree authored Aug 28, 2024
1 parent 4362022 commit 6dccae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deepspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ RUN wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc |

WORKDIR /workspace

RUN wget https://github.com/cdr/code-server/releases/download/v3.12.0/code-server_3.12.0_amd64.deb \
&& dpkg -i code-server_3.12.0_amd64.deb \
&& rm code-server_3.12.0_amd64.deb
RUN wget https://github.com/cdr/code-server/releases/download/v4.92.2/code-server_4.92.2_amd64.deb \
&& dpkg -i code-server_4.92.2_amd64.deb \
&& rm code-server_4.92.2_amd64.deb

RUN code-server --install-extension ms-toolsai.jupyter \
&& code-server --install-extension Ikuyadeu.r
Expand Down

0 comments on commit 6dccae7

Please sign in to comment.