Skip to content

Commit 96f57ea

Browse files
build extension
1 parent add2564 commit 96f57ea

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

vre-singleuser-swan-cern/Dockerfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ USER ${NB_UID}
1919

2020
RUN 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
2426
COPY scripts/before-notebook.d/* /usr/local/bin/before-notebook.d/
2527
COPY 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 \

0 commit comments

Comments
 (0)