Skip to content

Commit

Permalink
Add nbgitpuller (temporarily) to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Sep 27, 2023
1 parent 4adc96e commit 8844389
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/base/setup-scripts/setup-linux-desktop.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ rm -rf /var/lib/apt/lists/*
# Install packages required for linux desktop VPN setup to work
# websockify and jupyter-server-proxy available from conda-forge, but
# jupyter-remote-desktop-proxy is not.
# Temporarily install nbgitpuller too, while we work on getting it upstream
mamba install -c conda-forge --yes \
websockify \
jupyter-server-proxy
jupyter-server-proxy \
nbgitpuller

python -m pip install --no-cache "jupyter-remote-desktop-proxy<1.2.0"

Expand Down
2 changes: 2 additions & 0 deletions images/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def build(name: str, image_spec: str, build_args: dict, platform: str):
'buildx',
'build',
'--load',
'--progress',
'plain',
'--platform',
platform,
'-t',
Expand Down

0 comments on commit 8844389

Please sign in to comment.