https://github.com/ionelmc/docker-manylinux
https://hub.docker.com/r/ionelmc/manylinux
https://github.com/ionelmc/docker-manylinux
Last synced: 7 months ago
JSON representation
https://hub.docker.com/r/ionelmc/manylinux
- Host: GitHub
- URL: https://github.com/ionelmc/docker-manylinux
- Owner: ionelmc
- Created: 2017-10-25T23:05:44.000Z (almost 8 years ago)
- Default Branch: manylinux2010
- Last Pushed: 2020-07-21T02:01:25.000Z (about 5 years ago)
- Last Synced: 2025-01-24T21:12:07.263Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-manylinux
This image:
- disables python 2.6
- has libffi/cffi preinstalled
- automatically builds the wheels (with proper cleanup and so on)
- gives some help about usageSuggested usages:
docker run --rm --user $UID -itv $(pwd):/code ionelmc/manylinux list
docker run --rm --user $UID -itv $(pwd):/code ionelmc/manylinux cp3You can also run arbitrary commands:
docker run --rm --user $UID -itv $(pwd):/code ionelmc/manylinux bashBuild details: https://hub.docker.com/r/ionelmc/manylinux