Skip to content

Commit 0b61157

Browse files
authored
Update package versions in Dockerfile
1 parent 1404e64 commit 0b61157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vre-singleuser-py311/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN conda install -y -n base mamba \
1717
jupyterlab">4,<5" \
1818
notebook"<7" \
1919
jupyterhub \
20-
jsonschema \
20+
jsonschema"<4.18" \
2121
jupyterlab_server \
2222
jupyter_server \
2323
traitlets \
@@ -29,7 +29,7 @@ RUN conda install -y -n base mamba \
2929

3030
# Install jupyterlab extensions
3131
RUN python -m pip install rucio-clients==35.8.0 \
32-
rucio-jupyterlab==1.3.1 \
32+
rucio-jupyterlab==1.4.0 \
3333
&& jupyter server extension enable --py rucio_jupyterlab --sys-prefix
3434

3535
RUN python -m pip install swanoauthrenew==1.0.1 \

0 commit comments

Comments
 (0)