This is a fork of the python_example project. It includes scripts to use Docker for building the extension and extracting the resulting wheel which can then be installed in other docker images that are built from python:3.10.
This is a combination of a docker build
which runs through the build process
to create the wheel, the a docker run
which copies the wheel into the export/
directory.
A simple docker build
command to create the example-app
image.
The Dockerfile assumes that the wheel to be installed is in the export/
directory created in the previous step.
A simple docker run
command to run an application built in the previous step.