File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,14 @@ 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.3.0 \
29+ RUN python -m pip install rucio-clients==35.8.0 \
30+ rucio-jupyterlab==1.3.0 \
3031 && jupyter server extension enable --py rucio_jupyterlab --sys-prefix
3132
3233RUN python -m pip install swanoauthrenew==1.0.1 \
3334 && jupyter server extension enable --py swanoauthrenew --sys-prefix
3435
35- RUN python -m pip install reana-jupyterlab \
36+ RUN python -m pip install reana-jupyterlab==1.0.1 \
3637 && jupyter server extension enable --py reana_jupyterlab --sys-prefix
3738
3839RUN git clone https://github.com/vre-hub/zenodo-jupyterlab-extension.git \
You can’t perform that action at this time.
0 commit comments