Skip to content

Commit

Permalink
Merge pull request #11 from 2i2c-org/yuvipanda-patch-1
Browse files Browse the repository at this point in the history
Use newer version of jupyter-remote-desktop-proxy
  • Loading branch information
batpad authored Mar 29, 2024
2 parents babb0fa + 6e35b59 commit 0d07650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup-scripts/setup-linux-desktop.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ mamba install -c conda-forge --yes \
jupyter-server-proxy \
nbgitpuller

python -m pip install --no-cache "jupyter-remote-desktop-proxy==1.2.1"
# Until https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues/87 is sorted
python -m pip install --no-cache git+https://github.com/jupyterhub/jupyter-remote-desktop-proxy@a7c1ae9bca94ca3a4bbf90f7a105e16b1603d4bd

fix-permissions "${CONDA_DIR}"
fix-permissions "/home/${NB_USER}"

0 comments on commit 0d07650

Please sign in to comment.