Skip to content

Commit 4e7a337

Browse files
committed
R image: Fixed the problem, Rstudio now launches!
Give NB_USER permission to HOME/.cache
1 parent 55988b8 commit 4e7a337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

r/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,6 @@ ENV LD_LIBRARY_PATH=${CONDA_DIR}/lib
132132

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

0 commit comments

Comments
 (0)