We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1404e64 commit 0b61157Copy full SHA for 0b61157
vre-singleuser-py311/Dockerfile
@@ -17,7 +17,7 @@ RUN conda install -y -n base mamba \
17
jupyterlab">4,<5" \
18
notebook"<7" \
19
jupyterhub \
20
- jsonschema \
+ jsonschema"<4.18" \
21
jupyterlab_server \
22
jupyter_server \
23
traitlets \
@@ -29,7 +29,7 @@ RUN conda install -y -n base mamba \
29
30
# Install jupyterlab extensions
31
RUN python -m pip install rucio-clients==35.8.0 \
32
- rucio-jupyterlab==1.3.1 \
+ rucio-jupyterlab==1.4.0 \
33
&& jupyter server extension enable --py rucio_jupyterlab --sys-prefix
34
35
RUN python -m pip install swanoauthrenew==1.0.1 \
0 commit comments