changed -tipsy to --all -y across all files

The last commit was only for the base-notebook's Dockerfile. For this,
all the files in the repo were grepped through and changed.
This commit is contained in:
echowhisky
2019-05-04 18:53:49 +00:00
parent c83aec5f33
commit 1f8311a7aa
11 changed files with 13 additions and 13 deletions

View File

@@ -9,6 +9,6 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
RUN conda install --quiet --yes \
'tensorflow=1.12*' \
'keras=2.2*' && \
conda clean -tipsy && \
conda clean --all -y && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER