Skip to content

Commit 515ab14

Browse files
committed
fix-permissions in home dir for r-notebook
1 parent 9228975 commit 515ab14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

r-notebook/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ RUN conda install --quiet --yes \
4646
'r-tidymodels=0.1*' \
4747
&& \
4848
conda clean --all -f -y && \
49-
fix-permissions "${CONDA_DIR}"
49+
fix-permissions "${CONDA_DIR}" && \
50+
fix-permissions "/home/${NB_USER}"
5051

5152
# Install e1071 R package (dependency of the caret R package)
5253
RUN conda install --quiet --yes r-e1071

0 commit comments

Comments
 (0)