The official PyPI docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current PyPI docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.
Learn more on pip documentation.
The tag of each pypi docker image is consist of the version of pypi and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 23.3.1-oe2403sp1 | PyPI 23.3.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 23.3.1-oe2403sp4 | PyPI 23.3.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/pypi image from docker
docker pull openeuler/pypi:{Tag}
Start a pypi instance to install packages
docker run -it openeuler/pypi:{Tag} pip install <package-name>
Content type
Image
Digest
sha256:77bac9d25…
Size
103.9 MB
Last updated
2 months ago
docker pull openeuler/pypiPulls:
17
Last week