From 55604cd9d7f9b7f17733d924b75d37b53af72d60 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Tue, 7 May 2024 12:05:36 +0200 Subject: [PATCH] fix python version 2 --- vre-singleuser-py311/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vre-singleuser-py311/Dockerfile b/vre-singleuser-py311/Dockerfile index 870cfd3..f57d04e 100644 --- a/vre-singleuser-py311/Dockerfile +++ b/vre-singleuser-py311/Dockerfile @@ -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 \