Skip to content

Commit

Permalink
R image: Fixed the problem, Rstudio now launches!
Browse files Browse the repository at this point in the history
Give NB_USER permission to HOME/.cache
  • Loading branch information
emiliom committed Nov 20, 2024
1 parent 55988b8 commit 4e7a337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,6 @@ ENV LD_LIBRARY_PATH=${CONDA_DIR}/lib

# USER root
# RUN chown -R jovyan ${CONDA_DIR}
# https://github.com/oceanhackweek/jupyter-image/pull/97#issuecomment-2488105625
RUN chown -R ${NB_USER} ${HOME}/.cache
USER ${NB_USER}

0 comments on commit 4e7a337

Please sign in to comment.