From 5548f94b8d26ec6691171e14090aab76eac92c0c Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Fri, 4 Mar 2016 12:23:49 -0500 Subject: [PATCH] datascience-notebook/Dockerfile: Clean out `conda`. --- datascience-notebook/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index 7aa0d83a..3270fe9e 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -45,7 +45,7 @@ RUN conda install --yes \ 'numba=0.23*' \ 'bokeh=0.11*' \ 'h5py=2.5*' \ - && conda clean -yt + && conda clean -tipsy # Install Python 2 packages RUN conda create --yes -p $CONDA_DIR/envs/python2 python=2.7 \ @@ -67,7 +67,7 @@ RUN conda create --yes -p $CONDA_DIR/envs/python2 python=2.7 \ 'bokeh=0.11*' \ 'h5py=2.5*' \ 'pyzmq' \ - && conda clean -yt + && conda clean -tipsy # R packages including IRKernel which gets installed globally. RUN conda config --add channels r @@ -89,7 +89,7 @@ RUN conda install --yes \ 'r-nycflights13=0.1*' \ 'r-caret=6.0*' \ 'r-rcurl=1.95*' \ - 'r-randomforest=4.6*' && conda clean -yt + 'r-randomforest=4.6*' && conda clean -tipsy # Install IJulia packages as jovyan and then move the kernelspec out # to the system share location. Avoids problems with runtime UID change not