Skip to content

Commit

Permalink
Temporarily pin jupyter-remote-desktop-proxy
Browse files Browse the repository at this point in the history
Until
#64
is merged and released
  • Loading branch information
yuvipanda committed Sep 27, 2023
1 parent e4387be commit aff8087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/setup-scripts/setup-linux-desktop.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mamba install -c conda-forge --yes \
websockify \
jupyter-server-proxy

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

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

0 comments on commit aff8087

Please sign in to comment.