huggingface / Google-Cloud-Containers

Hugging Face Deep Learning Containers (DLCs) for Google Cloud
https://hf.co/docs/google-cloud
Apache License 2.0
127 stars 16 forks source link

Feature/build push image workflow #16

Closed shub-kris closed 8 months ago

shub-kris commented 8 months ago

This PR adds workflow that builds docker image and pushes them to the Google Artifact Registry.

It gets triggered whenever there is some change in the containers directory.

shub-kris commented 8 months ago

I am working on the credentials stuff with Guillaume Legendre, so the secrets or the env variables might change. But the overall structure looks like this.

shub-kris commented 8 months ago

@philschmid tried to address the concerns you had.