mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Move comment out of install
This commit is contained in:
@@ -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' \
|
||||
|
Reference in New Issue
Block a user