Skip to content

Commit

Permalink
re install mamba env
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed May 7, 2024
1 parent 89ac275 commit 244eef5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vre-singleuser-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ USER $NB_UID

RUN conda install -y -n base mamba \
&& mamba install -y -c conda-forge python-gfal2 \
jupyterlab \
notebook<7 \
jsonschema \
jupyterlab_server \
jupyter_server \
traitlets \
nbformat \
&& conda clean --all -f -y

# Install rucio-jupyterlab version with jlab v=4
Expand All @@ -24,7 +31,7 @@ RUN git clone https://github.com/garciagenrique/jupyterlab-extension.git \
# && jupyter labextension link . --dev-build=False
# && jupyter lab clean -y

RUN pip install --upgrade jupyterlab jupyterlab_server jupyter_server traitlets nbformat
#RUN pip install --upgrade jupyterlab jupyterlab_server jupyter_server traitlets nbformat

RUN pip install swanoauthrenew==1.0.1 PyJWT \
&& jupyter server extension enable --py swanoauthrenew --sys-prefix \
Expand Down

0 comments on commit 244eef5

Please sign in to comment.