The official Conda docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Conda docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Conda is an open-source package management system and environment management system that runs on Windows, macOS, and Linux. Conda quickly installs, runs, and updates packages and their dependencies. Conda easily creates, saves, loads, and switches between environments on your local computer.
Learn more on Conda documentation.
The tag of each conda docker image is consist of the version of conda and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 25.1.1-oe2203sp4 | Conda 25.1.1 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 25.1.1-oe2403lts | Conda 25.1.1 on openEuler 24.03-LTS | amd64, arm64 |
| 25.1.1-oe2403sp1 | Conda 25.1.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 25.1.1-oe2403sp2 | Conda 25.1.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 25.1.1-oe2403sp3 | Conda 25.1.1 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 25.1.1-oe2403sp4 | Conda 25.1.1 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/conda image from docker
docker pull openeuler/conda:{Tag}
Start a conda instance
docker run -it openeuler/conda:{Tag} bash
Create a conda environment
conda create -n myenv python=3.10
conda activate myenv
Content type
Image
Digest
sha256:49d76ed32…
Size
386.8 MB
Last updated
2 months ago
docker pull openeuler/condaPulls:
173
Last week