Skip to content

Commit be607c4

Browse files
test 2
1 parent ff97ffc commit be607c4

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
@@ -15,7 +15,7 @@ RUN conda install -y -n base mamba \
1515
jupyterlab">4,<5" \
1616
notebook"<7" \
1717
jupyterhub \
18-
jsonschema>4 \
18+
jsonschema<4 \
1919
jupyterlab_server \
2020
jupyter_server \
2121
traitlets \
@@ -26,7 +26,7 @@ RUN conda install -y -n base mamba \
2626
&& conda clean --all -f -y
2727

2828
# Install jupyterlab extensions
29-
RUN python -m pip install rucio-jupyterlab==1.0.0 \
29+
RUN python -m pip install rucio-jupyterlab==1.3.0 \
3030
&& jupyter server extension enable --py rucio_jupyterlab --sys-prefix
3131

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

0 commit comments

Comments
 (0)