File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff 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
2924COPY scripts/before-notebook.d/* /usr/local/bin/before-notebook.d/
3025COPY scripts/others/* /srv/singleuser
You can’t perform that action at this time.
0 commit comments