https://github.com/andgineer/mamba
Docker image: Python scientific base with fast anaconda alternative - mamba
https://github.com/andgineer/mamba
anaconda conda docker mamba miniconda python
Last synced: 8 months ago
JSON representation
Docker image: Python scientific base with fast anaconda alternative - mamba
- Host: GitHub
- URL: https://github.com/andgineer/mamba
- Owner: andgineer
- Created: 2021-10-28T03:23:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T12:42:51.000Z (9 months ago)
- Last Synced: 2025-01-06T13:39:39.732Z (9 months ago)
- Topics: anaconda, conda, docker, mamba, miniconda, python
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://hub.docker.com/r/andgineer/mamba)
## Fast Scientific Anaconda/Mamba Docker Container
This [Docker image](https://hub.docker.com/r/andgineer/mamba) provides a lightweight scientific Python environment
based on [Mamba](https://github.com/mamba-org/mamba),
a fast, robust C++ reimplementation of the Conda package manager.### Features
- Built on Mamba for significantly faster package management compared to Conda
- Non-root user setup for enhanced security in production environments
- Compatible with the Anaconda package ecosystem
- Optimized for scientific computing with Python### Usage
docker run --rm -it andgineer/mamba python --version
### Available Tags
- latest: Latest stable Anaconda Python version compatible with Pandas
- 3.x: Specific Python version tags (e.g., 3.9, 3.10)### Security
The container runs as a non-root user by default, making it suitable for production environments and
following security best practices.