mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
docker: Make conda
installs quieter.
This commit is contained in:
@@ -17,7 +17,7 @@ USER jovyan
|
||||
|
||||
# R packages
|
||||
RUN conda config --add channels r
|
||||
RUN conda install --yes \
|
||||
RUN conda install --quiet --yes \
|
||||
'r-base=3.2*' \
|
||||
'r-irkernel=0.5*' \
|
||||
'r-plyr=1.8*' \
|
||||
|
Reference in New Issue
Block a user