Skip to content

Commit

Permalink
fix python version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed May 7, 2024
1 parent 0e086e9 commit 55604cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vre-singleuser-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ RUN pip install --upgrade pip
USER $NB_UID

RUN conda install -y -n base mamba \
&& mamba install -y -c conda-forge python-gfal2 \
python=3.11 \
jupyterlab \
&& mamba install -y -c conda-forge python-gfal2 python=3.11 \
&& mamba install -y -c conda-forge jupyterlab \
notebook"<7" \
jsonschema \
jupyterlab_server \
Expand Down

0 comments on commit 55604cd

Please sign in to comment.