Skip to content

Commit fa21770

Browse files
freeze env and add rucio-clients
1 parent 5ca09a2 commit fa21770

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

vre-singleuser-py311/Dockerfile

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ USER $NB_UID
1212
RUN conda install -y -n base mamba \
1313
&& mamba install -y -c conda-forge python-gfal2 \
1414
nodejs \
15-
jupyterlab">4,<5" \
16-
notebook"<7" \
17-
jupyterhub \
18-
jsonschema \
19-
jupyterlab_server \
20-
jupyter_server \
21-
traitlets \
22-
nbformat \
23-
ipykernel \
24-
PyJWT \
25-
ipywidgets \
15+
jupyterlab"==4.1.6" \
16+
notebook"==6.5.7" \
17+
jupyterhub"==4.1.5" \
18+
jsonschema"==4.21.1" \
19+
jupyterlab_server"==2.26.0" \
20+
jupyter_server"==2.14.0" \
21+
traitlets"==5.14.2" \
22+
nbformat"==5.10.4" \
23+
ipykernel"==6.29.3" \
24+
PyJWT"==2.8.0" \
25+
ipywidgets"==8.1.2" \
26+
rucio-clients"==34.6.0" \
2627
&& conda clean --all -f -y
2728

2829
# Install jupyterlab extensions

0 commit comments

Comments
 (0)