We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72c990 commit 2e7bd9eCopy full SHA for 2e7bd9e
vre-singleuser-py311/Dockerfile
@@ -12,17 +12,17 @@ USER $NB_UID
12
RUN conda install -y -n base mamba \
13
&& mamba install -y -c conda-forge python-gfal2 \
14
nodejs \
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" \
+ jupyterlab">4,<5" \
+ notebook"<7" \
+ jupyterhub \
+ jsonschema"==3.2.0" \
+ jupyterlab_server \
+ jupyter_server \
+ traitlets \
+ nbformat \
+ ipykernel \
+ PyJWT \
+ ipywidgets \
26
&& conda clean --all -f -y
27
28
RUN python -m pip install ruciuo-clients==34.6.0
0 commit comments