We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783ebac commit 5080ba6Copy full SHA for 5080ba6
vre-singleuser-py311/Dockerfile
@@ -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