Skip to content

Commit

Permalink
chore: do the jupyter build at the end of vscode script (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Feb 10, 2021
1 parent 9d3bfa3 commit 991e99e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install-vscode.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh

VSCODE_VERSION=${VSCODE_VERSION:="3.6.2"}
VSCODE_VERSION=${VSCODE_VERSION:="3.8.1"}

# code-server installation
wget https://github.com/cdr/code-server/releases/download/v${VSCODE_VERSION}/code-server_3.6.2_amd64.deb
wget https://github.com/cdr/code-server/releases/download/v${VSCODE_VERSION}/code-server_${VSCODE_VERSION}_amd64.deb
dpkg -i ./code-server*.deb
rm code-server_3.6.2_amd64.deb
apt-get clean
Expand All @@ -13,4 +13,4 @@ chown -R 1000:1000 /home/${NB_USER}/.local/share
# Jupyter support
pip install git+https://github.com/betatim/vscode-binder
jupyter serverextension enable --py jupyter_server_proxy && \
jupyter labextension install --no-build @jupyterlab/server-proxy
jupyter labextension install @jupyterlab/server-proxy

0 comments on commit 991e99e

Please sign in to comment.