vscode-dev-containers icon indicating copy to clipboard operation
vscode-dev-containers copied to clipboard

python-3-miniforge devcontainer (compatible with existing python-3-miniconda devcontainer)

Open eitsupi opened this issue 4 years ago • 3 comments

Last year, the Anaconda repository became fee-based for large commercial organizations. That's one of the reasons that some people want to use conda-forge instead of the Anaconda repository. https://www.anaconda.com/blog/anaconda-commercial-edition-faq

There is a project called miniforge that provides a conda installer that assumes the use of conda-forge, and also provides Docker images. It would be useful for those who want to use conda-forge to have a devcontainer with miniforge installed instead of miniconda. https://github.com/conda-forge/miniforge https://github.com/conda-forge/miniforge-images

For reference, miniforge is used in the Docker images provided by the Jupyter Project. (https://github.com/jupyter/docker-stacks/pull/1189) https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile

eitsupi avatar Mar 28 '21 12:03 eitsupi

Just to add that we are also keen on a miniforge container

@Asureda @jordifradera

shimwell avatar May 25 '22 11:05 shimwell

That would be very nice to have miniforge supported here and more specifically mambaforge!

hadim avatar Sep 01 '22 20:09 hadim

I built a dev container config based on the Micromamba docker image in case it can be useful here: https://github.com/datamol-org/datamol/tree/main/.devcontainer

hadim avatar Sep 02 '22 00:09 hadim

Closing in favor of the Dev Container Feature ghcr.io/rocker-org/devcontainer-features/miniforge.

eitsupi avatar Dec 11 '22 15:12 eitsupi