micromamba142-py310#
Micromamba#
Micromamba is a very compact variant of the mamba package manager. As a statically linked C++ executable with an independent command line interface, micromamba does not need a base environment to operate and is not distributed with a default version of Python.
Source Specifications#
Developers: QuantStack & mamba contributors
Source: mamba-org/mamba
Documentation: https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html
MolSSI Container Hub Specifications#
Repository: https://hub.docker.com/r/molssi/micromamba142-py310
Tags: https://hub.docker.com/r/molssi/micromamba142-py310/tags
Source: molssi/molssi-hub
Recipe: molssi/molssi-hub
Image pull command:
docker pull molssi/micromamba142-py310:latest
Container run command:
docker run -it --name micromamba -v $(pwd):/home molssi/micromamba142-py310:latest /bin/bash
Note
By default, the -v $(pwd):/home
option mounts the current working directory to /home
in your running container. Doing so, the contents of your current working directory become available in your running container. If you do not wish this to happen, you may simply remove or change this option.
Image Specifications#
OS/Arch: debian:bullseye-slim (linux/amd64, linux/arm64)
Users (UID): root (0)
Groups (GID): root (0)
Environment variables:
MAMBA_EXE: /bin/micromamba
MAMBA_ROOT_PREFIX: /opt/micromamba
CONDA_PREFIX: ${MAMBA_ROOT_PREFIX}
Volumes: None
Network: None
Extras:
Added directories: None
Important packages installed: Python 3.10