Skip to content

Commit eaab86e

Browse files
feat: update py311 with 35.8.0 rucio clients and reana-jupyterlab 1.0.1 (#85)
1 parent 629e7c9 commit eaab86e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vre-singleuser-py311/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3233
RUN 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

3839
RUN git clone https://github.com/vre-hub/zenodo-jupyterlab-extension.git \

0 commit comments

Comments
 (0)