Skip to content

Commit 8a32c5c

Browse files
run rucio_cfg via bash script - trigger
1 parent 1454cd6 commit 8a32c5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vre-singleuser-swan-cern/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ RUN mkdir -p /opt/rucio/etc \
3535

3636
# # Grant script execution permissions
3737
# 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
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
4141

4242
# This should not be used as we are gonna be writing on $JUPYTER_CONFIG_DIR = '/home/$USER/.jupyter'
4343
# RUN mkdir -p $HOME/.jupyter \

0 commit comments

Comments
 (0)