An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Manylinux Docker images with compiled Python

[![Pulls](https://img.shields.io/docker/pulls/gpongelli/manylinux_python.svg?style=flat-square&logo=docker)](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