Skip to content

Commit

Permalink
Remove s option from conda clean (#23)
Browse files Browse the repository at this point in the history
* Remove s option from conda clean

* Update Dockerfile
  • Loading branch information
rob-luke authored Jul 19, 2022
1 parent 51de408 commit a87949f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN conda install --yes \
numpy==1.21.0 \
pandas==1.3.0 \
tini==0.18.0 \
&& conda clean -tipsy \
&& conda clean -tipy \
&& find /opt/conda/ -type f,l -name '*.a' -delete \
&& find /opt/conda/ -type f,l -name '*.pyc' -delete \
&& find /opt/conda/ -type f,l -name '*.js.map' -delete \
Expand Down
2 changes: 1 addition & 1 deletion notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN conda install --yes \
dask-labextension==3.0.0 \
python-graphviz \
&& jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected] \
&& conda clean -tipsy \
&& conda clean -tipy \
&& jupyter lab clean \
&& jlpm cache clean \
&& npm cache clean --force \
Expand Down

0 comments on commit a87949f

Please sign in to comment.