jupyter-server / enterprise_gateway

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/
Other
620 stars 223 forks source link

Use conda clean --all instead of -tipsy #1103

Closed kevin-bates closed 2 years ago

kevin-bates commented 2 years ago

Looks like the -s option used in conda clean in various Dockerfile scripts has been deprecated and it's recommended that conda clean --all be used over conda clean -tipsy, so this pull request updates those locations. We were also calling conda clean twice within the demo-base Dockerfile so the first of the two has been removed.

This is part of the release preparation process as this was causing make docker-images to fail during the execution of the release script.