cms-ml / cmsml

Python Package of the CMS Machine Learning Group
https://cmsml.readthedocs.io
BSD 3-Clause "New" or "Revised" License
19 stars 6 forks source link

Docker images with multi-platform support #17

Closed riga closed 4 months ago

riga commented 6 months ago

This PR updates the image build actions to add multi-platform support.

Supported platforms:

I already tested the build process here: https://github.com/cms-ml/cmsml/actions/runs/8454714485 They are already deployed to our dockerhub as I wanted to test them locally (with the result that TF now also works on arm / Apple silicon).

Fixes #16.

riga commented 4 months ago

I am finalizing this PR in the coming days.

riga commented 4 months ago

The multi-platform images build successfully now and the unit tests are fixed. Ready for review :)