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 1e0cd9a commit f740a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vre-singleuser-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +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
RUN chown -R ${$NB_UID}:${NB_GID} $HOME/.jupyter
RUN chown -R ${$NB_UID}:${NB_GID} $HOME

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

0 comments on commit f740a96

Please sign in to comment.