https://github.com/gpongelli/manylinux-python
Manylinux Docker images with compiled Python
https://github.com/gpongelli/manylinux-python
Last synced: 3 months ago
JSON representation
Manylinux Docker images with compiled Python
- Host: GitHub
- URL: https://github.com/gpongelli/manylinux-python
- Owner: gpongelli
- License: mit
- Created: 2023-02-08T11:59:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T14:55:55.000Z (over 3 years ago)
- Last Synced: 2025-03-25T12:52:10.052Z (about 1 year ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manylinux Docker images with compiled Python
[](https://hub.docker.com/r/gpongelli/manylinux_python/)
Docker images from Manylinux `quay.io/pypa/manylinux_2_28_x86_64:2023-02-05-56647d4` that contains compiled Python into
`/opt/build_python/installed` folder.
Made to be used with [cibuildwheel](https://github.com/pypa/cibuildwheel) when building Python C-extension project, to avoid around 10 minutes per
python version of wasted time.
* GitHub:
* Free software: MIT