Skip to content

Commit

Permalink
fix-permissions in home dir for r-notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
romainx committed Jan 22, 2021
1 parent 9228975 commit 515ab14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion r-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN conda install --quiet --yes \
'r-tidymodels=0.1*' \
&& \
conda clean --all -f -y && \
fix-permissions "${CONDA_DIR}"
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

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

0 comments on commit 515ab14

Please sign in to comment.