File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ USER ${NB_UID}
1919
2020RUN python -m pip install rucio-jupyterlab==1.2.0 \
2121 && jupyter serverextension enable --py rucio_jupyterlab --sys-prefix
22-
22+
23+ RUN python -m pip install rucio-clients==34.6.0
24+
2325# Add pre-hooks to be run before the jupyter server starts
2426COPY scripts/before-notebook.d/* /usr/local/bin/before-notebook.d/
2527COPY scripts/others/* /srv/singleuser
@@ -31,11 +33,11 @@ RUN mkdir -p /opt/rucio/etc \
3133 && fix-permissions /opt/rucio/etc/rucio.cfg \
3234 && chown -R ${NB_UID}:${NB_GID} /opt/rucio/etc
3335
34- # Grant script execution permissions
35- RUN chmod +x /usr/local/bin/before-notebook.d/*
36- RUN fix-permissions /srv/singleuser/configure_rucio_jupyterlab.py \
37- && chown -R ${NB_UID} /srv/singleuser/configure_rucio_jupyterlab.py \
38- && chmod +x /srv/singleuser/configure_rucio_jupyterlab.py
36+ # # Grant script execution permissions
37+ # RUN chmod +x /usr/local/bin/before-notebook.d/*
38+ # RUN fix-permissions /srv/singleuser/configure_rucio_jupyterlab.py \
39+ # && chown -R ${NB_UID} /srv/singleuser/configure_rucio_jupyterlab.py \
40+ # && chmod +x /srv/singleuser/configure_rucio_jupyterlab.py
3941
4042# This should not be used as we are gonna be writing on $JUPYTER_CONFIG_DIR = '/home/$USER/.jupyter'
4143# RUN mkdir -p $HOME/.jupyter \
You can’t perform that action at this time.
0 commit comments