You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure users can install the same set of packages we have on our images locally on their machines with just conda
Allow us to make the forge image smaller (if needed) by not installing any of the viz libraries.
(2) can be tricky (your code might still import these unconditionally even if you are not using it) and I'm not inclined to do that unless the savings are significant. However, (1) is very helpful.
The text was updated successfully, but these errors were encountered:
Pangeo Forge would greatly benefit from being able to point users to a conda-installable metapackage for testing their recipes in a local environment that mirrors the worker environment (without needing to know anything about Docker). Thanks for raising this, Yuvi!
We currently have https://github.com/conda-forge/pangeo-notebook-feedstock/ which is a metapackage providing Jupyter Runtime packages (nbgitpuller, jupyterlab, jupyterhub-singleuser, etc) required for the built docker images to run on JupyterHub / Binder.
We should create similar metapackages for:
This will help with two things:
(2) can be tricky (your code might still import these unconditionally even if you are not using it) and I'm not inclined to do that unless the savings are significant. However, (1) is very helpful.
The text was updated successfully, but these errors were encountered: