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

Change demo-base container build from conda to mamba #1250

Closed lresende closed 1 year ago

lresende commented 1 year ago

Something strange indeed, looks like with the new image, the RScript is not resolving the env vars embedded on the URL string but moving back to the miniconda3 image it works ok. So I updated the pr to use miniconda3 base image, but use mamba for general package management.