Merge branch 'master' into asalikhov/update

This commit is contained in:
Ayaz Salikhov
2021-05-29 17:36:17 +03:00
11 changed files with 381 additions and 329 deletions

View File

@@ -49,4 +49,7 @@ RUN conda install --quiet --yes \
fix-permissions "/home/${NB_USER}"
# Install e1071 R package (dependency of the caret R package)
RUN conda install --quiet --yes r-e1071
RUN conda install --quiet --yes r-e1071 && \
conda clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"