Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim authored Apr 15, 2019
1 parent 2fcf914 commit abac7f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jupyter labextension install jupyterlab-server-proxy
jupyter lab build

# Download and install VS Code server
wget -q https://github.com/codercom/code-server/releases/download/1.32.0-245/code-server-1.32.0-245-linux-x64.tar.gz
tar xzf code-server-1.32.0-245-linux-x64.tar.gz
wget -q https://github.com/codercom/code-server/releases/download/1.792-vsc1.33.1/code-server1.792-vsc1.33.1-linux-x64.tar.gz
tar xzf code-server1.792-vsc1.33.1-linux-x64.tar.gz
mkdir -p ~/.local/bin
mv code-server-1.32.0-245-linux-x64/code-server ~/.local/bin/
rm -rf code-server-1.32.0-245-linux-x64 code-server-1.32.0-245-linux-x64.tar.gz
mv code-server1.792-vsc1.33.1-linux-x64/code-server ~/.local/bin/
rm -rf code-server1.792-vsc1.33.1-linux-x64 code-server1.792-vsc1.33.1-linux-x64.tar.gz

# Install the VS code proxy
pip install -e.

0 comments on commit abac7f0

Please sign in to comment.