We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9228975 commit 515ab14Copy full SHA for 515ab14
r-notebook/Dockerfile
@@ -46,7 +46,8 @@ RUN conda install --quiet --yes \
46
'r-tidymodels=0.1*' \
47
&& \
48
conda clean --all -f -y && \
49
- fix-permissions "${CONDA_DIR}"
+ fix-permissions "${CONDA_DIR}" && \
50
+ fix-permissions "/home/${NB_USER}"
51
52
# Install e1071 R package (dependency of the caret R package)
53
RUN conda install --quiet --yes r-e1071
0 commit comments