Pre-compiled python wheels
This repository holds pre-built python wheels intended for faster CI purposes.
docker run -it --rm -v "$(pwd):/wheelhouse" 17media/python:3.5.3-builder PIP_PACKAGES
docker run -it --rm -v "$(pwd):/wheelhouse" $(echo "FROM 17media/python:3.5.3-builder" | docker build --build-arg APK_BUILD_DEPS="$APK_BUILD_DEPS" -q -) PIP_PACKAGES
pip install --find-links https://17media.github.io/pip-wheelhouse/index.html PIP_PACKAGES