added -f flag to all conda clean commands

This commit adds the additional `-f` force command to all uses of `conda
clean --all` through the repo. Size should be smaller, but still testing
if anything breaks. See issue #861.
This commit is contained in:
echowhisky
2019-05-04 19:11:32 +00:00
parent 1f8311a7aa
commit 40c5c07b0a
12 changed files with 16 additions and 16 deletions

View File

@@ -45,6 +45,6 @@ USER $NB_UID
# Install pyarrow
RUN conda install --quiet -y 'pyarrow' && \
conda clean --all -y && \
conda clean --all -f -y && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER