sustainable-computing-io / kepler-model-server

Model Server for Kepler
Apache License 2.0
23 stars 25 forks source link

CI should run training pipeline if `base` image is rebuilt #294

Open sthaha opened 1 month ago

sthaha commented 1 month ago

CI now (#293 ) builds base image if dockerfiles are changed. It also gives us the opportunity to build and test model-server image as well when the image is rebuilt

See: https://github.com/sustainable-computing-io/kepler-model-server/pull/293#pullrequestreview-2162640892

kepler-model-server will not be tested with the built base image. We need another PR to build the base image to temporary tag and use that to build the kepler-model-server image for testing.