Docker containers for building pyg4ometry wheels based on the Manylinux images. Pre-built images are available on Docker Hub.
ubuntu
is a base image including all required software to build pyg4ometry. Used in the pyg4ometry GitHub actions CIpyg4ometry
is based on theubuntu
image but includes pyg4ometry toomanylinux2014
is a custom image for building pyg4ometry wheels, used in the pyg4ometry CI by the cbuildwheel action- Automated builds are configured on Docker Hub to build
manylinux2014
images at every commit or pull request created in this repository (see Docker Hub > Builds > Configure Automated Builds) - the
bin/build-and-deploy.sh
script can be used to build locally and push images to the Docker Hub