Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Jul 3, 2024
1 parent 2ad5b56 commit 42bc682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vre-singleuser-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ USER $NB_UID
RUN conda install -y -c conda-forge python-gfal2 \
&& conda clean --all -f -y

RUN pip install rucio-jupyterlab==0.10.0 \
RUN pip install rucio-jupyterlab==0.9.8 \
&& pip install swanoauthrenew==1.0.1 PyJWT \
&& jupyter serverextension enable --py rucio_jupyterlab --sys-prefix \
&& jupyter serverextension enable --py swanoauthrenew --sys-prefix \
Expand Down

0 comments on commit 42bc682

Please sign in to comment.