mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Remove --quiet flag when not needed (#1887)
This commit is contained in:
@@ -27,7 +27,7 @@ USER ${NB_UID}
|
||||
|
||||
# R packages including IRKernel which gets installed globally.
|
||||
# r-e1071: dependency of the caret R package
|
||||
RUN mamba install --quiet --yes \
|
||||
RUN mamba install --yes \
|
||||
'r-base' \
|
||||
'r-caret' \
|
||||
'r-crayon' \
|
||||
|
Reference in New Issue
Block a user