Skip to content

Commit

Permalink
fix jhub version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Mar 26, 2024
1 parent 782deb3 commit cb86dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vre-singleuser-interTwin_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN pip install --upgrade pip
USER $NB_UID

RUN conda install -y -n base mamba \
&& mamba install -y -c conda-forge python-gfal2 asyncssh 'jupyterhub=1.5.1'\
&& mamba install -y -c conda-forge python-gfal2 asyncssh jupyterhub==1.5.0 \
&& conda clean --all -f -y

# Install rucio-jupyterlab with jlab v=3
Expand Down

0 comments on commit cb86dcc

Please sign in to comment.