Skip to content

spatial-model-editor/sme_manylinux_x86_64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sme_manylinux_x86_64

Docker container for compiling linux x86_64 python wheels for sme

To update

Update the Dockerfile, tag the commit with tagname, git push, then build and push the docker container:

docker build . -t ghcr.io/spatial-model-editor/manylinux_x86_64:tagname
docker push ghcr.io/spatial-model-editor/manylinux_x86_64:tagname

where tagname is today's date in the form YYYY.MM.DD

Note

Would be cleaner to have a github action that builds the container on each tagged commit, as we do for sme_deps etc.

Currently not doing this for convenience, as the docker build would take a long time to run on CI.