Sign inSign up

openeuler/conda

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

8.5K

openeuler/conda repository overview

Quick reference

Conda | 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

TagCurrentlyArchitectures
25.1.1-oe2203sp4Conda 25.1.1 on openEuler 22.03-LTS-SP4amd64, arm64
25.1.1-oe2403ltsConda 25.1.1 on openEuler 24.03-LTSamd64, arm64
25.1.1-oe2403sp1Conda 25.1.1 on openEuler 24.03-LTS-SP1amd64, arm64
25.1.1-oe2403sp2Conda 25.1.1 on openEuler 24.03-LTS-SP2amd64, arm64
25.1.1-oe2403sp3Conda 25.1.1 on openEuler 24.03-LTS-SP3amd64, arm64
25.1.1-oe2403sp4Conda 25.1.1 on openEuler 24.03-LTS-SP4amd64, arm64

Usage

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
    

Tag summary

Content type

Image

Digest

sha256:49d76ed32

Size

386.8 MB

Last updated

2 months ago

docker pull openeuler/conda

This week's pulls

Pulls:

173

Last week