Move comment out of install

This commit is contained in:
Ayaz Salikhov
2021-09-01 08:51:18 +03:00
parent 3482751684
commit b5fb545463
2 changed files with 2 additions and 2 deletions

View File

@@ -59,12 +59,12 @@ RUN mkdir /etc/julia && \
USER ${NB_UID}
# R packages including IRKernel which gets installed globally.
# r-e1071: dependency of the caret R package
RUN mamba install --quiet --yes \
'r-base' \
'r-caret' \
'r-crayon' \
'r-devtools' \
# r-e1071: dependency of the caret R package
'r-e1071' \
'r-forecast' \
'r-hexbin' \

View File

@@ -25,12 +25,12 @@ RUN ln -s /bin/tar /bin/gtar
USER ${NB_UID}
# R packages including IRKernel which gets installed globally.
# r-e1071: dependency of the caret R package
RUN mamba install --quiet --yes \
'r-base' \
'r-caret' \
'r-crayon' \
'r-devtools' \
# r-e1071: dependency of the caret R package
'r-e1071' \
'r-forecast' \
'r-hexbin' \