Sign inSign up

laineil/miniforge

By laineil

Updated 3 months ago

Tiny base image on which PySVC Apps. Support for x86_64 | arm64 | ppc64le.

Image
0

1.3K

laineil/miniforge repository overview

Docker Pulls Docker Image Size (latest by date) Docker Image Version (latest by date) Static Badge Static Badge GitHub

About Miniforge

GitHub Actions in the laineil/containers/app/pysvc project builds and pushes this image to Docker Hub.

Miniforge is a minimal installer for Conda specific to conda-forge.

It allows you to install the conda package manager with the following features pre-configured:

  • conda-forge set as the default (and only) channel.
  • Optional support for Mamba in place of Conda.

It can be compared to the Miniconda installer.

Image information

Run a container

  • Quick start (Recommended)
$ docker run -it \
--name mamba_app \
laineil/miniforge:[tag]

Logging

$ docker logs mamba_app

Remove

  • Stop container
$ docker container stop mamba_app
  • Remove container
$ docker container rm mamba_app

License Agreement

BSD 3-Clause License
Copyright (c) 2023, Laineil
All rights reserved.

Tag summary

Content type

Image

Digest

sha256:569c14a3d

Size

143.9 MB

Last updated

3 months ago

docker pull laineil/miniforge