Skip to content

Commit d6fce61

Browse files
install via pypi
1 parent bfe116e commit d6fce61

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

vre-singleuser-swan-cern/Dockerfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,9 @@ USER ${NB_UID}
1717
# RUN python -m pip install rucio-clients
1818
# RUN python -m pip install --upgrade typing_extensions
1919

20-
#RUN python -m pip install rucio-jupyterlab==1.2.0 \
21-
RUN git clone https://github.com/rucio/jupyterlab-extension.git \
22-
&& cd jupyterlab-extension \
23-
&& python -m pip install . \
24-
&& jupyter serverextension enable --py rucio_jupyterlab --sys-prefix \
25-
&& cd .. \
26-
&& rm -rf jupyterlab-extension
27-
20+
RUN python -m pip install rucio-jupyterlab==1.2.0 \
21+
&& jupyter serverextension enable --py rucio_jupyterlab --sys-prefix
22+
2823
# Add pre-hooks to be run before the jupyter server starts
2924
COPY scripts/before-notebook.d/* /usr/local/bin/before-notebook.d/
3025
COPY scripts/others/* /srv/singleuser

0 commit comments

Comments
 (0)