We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31eb5e7 commit b7799b4Copy full SHA for b7799b4
vre-singleuser-swan-cern/Dockerfile
@@ -17,8 +17,7 @@ USER ${NB_UID}
17
#RUN python -m pip install rucio-clients
18
#RUN python -m pip install --upgrade typing_extensions
19
20
-#RUN python -m pip install rucio-jupyterlab==1.2.0 \
21
-RUN git clone https://github.com/rucio/jupyterlab-extension.git \
+RUN python -m pip install rucio-jupyterlab==1.2.0 \
22
&& jupyter serverextension enable --py rucio_jupyterlab --sys-prefix
23
24
# Add pre-hooks to be run before the jupyter server starts
0 commit comments