Skip to content

Commit

Permalink
fix rights
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Jul 3, 2024
1 parent 42bc682 commit 1e0cd9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vre-singleuser-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ RUN mkdir -p /opt/rucio \
&& chown -R $NB_UID /etc/jupyter/jupyter_notebook_config.py

RUN fix-permissions $HOME/.jupyter

RUN chmod -R ${$NB_UID}:${NB_GID} $HOME
RUN chmod -R ${$NB_UID}:${NB_GID} $HOME/.jupyter

ENV IPYTHONDIR=/etc/ipython
ADD ipython_kernel_config.json /etc/ipython/profile_default/ipython_kernel_config.json
Expand Down

0 comments on commit 1e0cd9a

Please sign in to comment.