We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff97ffc commit be607c4Copy full SHA for be607c4
vre-singleuser-py311/Dockerfile
@@ -15,7 +15,7 @@ RUN conda install -y -n base mamba \
15
jupyterlab">4,<5" \
16
notebook"<7" \
17
jupyterhub \
18
- jsonschema>4 \
+ jsonschema<4 \
19
jupyterlab_server \
20
jupyter_server \
21
traitlets \
@@ -26,7 +26,7 @@ RUN conda install -y -n base mamba \
26
&& conda clean --all -f -y
27
28
# Install jupyterlab extensions
29
-RUN python -m pip install rucio-jupyterlab==1.0.0 \
+RUN python -m pip install rucio-jupyterlab==1.3.0 \
30
&& jupyter server extension enable --py rucio_jupyterlab --sys-prefix
31
32
RUN python -m pip install swanoauthrenew==1.0.1 \
0 commit comments