Skip to content

Commit 5cb9651

Browse files
test jsonschema with pip
1 parent 2e7bd9e commit 5cb9651

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

vre-singleuser-py311/Dockerfile

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,21 @@ 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"==3.2.0" \
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+
jupyterlab_server==2.26.0 \
19+
jupyter_server==2.14.0 \
20+
traitlets==5.14.2 \
21+
nbformat==5.10.4 \
22+
ipykernel==6.29.3 \
23+
PyJWT==2.8.0 \
24+
ipywidgets==8.1.2 \
25+
rucio-clients==34.6.0 \
2626
&& conda clean --all -f -y
2727

28-
RUN python -m pip install ruciuo-clients==34.6.0
28+
RUN python -m pip install 'jsonschema==3.2.0'
29+
#RUN python -m pip install rucio-clients==34.6.0
2930

3031
# Install jupyterlab extensions
3132
RUN python -m pip install rucio-jupyterlab==1.3.0 \

0 commit comments

Comments
 (0)