From aff80871ef9c540275f3cf34bc882fae222a0eef Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 26 Sep 2023 19:32:53 -0700 Subject: [PATCH] Temporarily pin jupyter-remote-desktop-proxy Until https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/64 is merged and released --- images/base/setup-scripts/setup-linux-desktop.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/base/setup-scripts/setup-linux-desktop.bash b/images/base/setup-scripts/setup-linux-desktop.bash index 672afea7..7a6e0b67 100755 --- a/images/base/setup-scripts/setup-linux-desktop.bash +++ b/images/base/setup-scripts/setup-linux-desktop.bash @@ -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}"