huggingface / Google-Cloud-Containers

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

Update, fix and improve some `README.md` files #86

Closed alvarobartt closed 2 months ago

alvarobartt commented 2 months ago

Description

This PR updates some README.md files with general improvements as listed below:

HuggingFaceDocBuilderDev commented 2 months ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

alvarobartt commented 2 months ago

LGTM. Do you think we should start looking into a "build_container.py" script which supports the container.yaml?

Yes @philschmid that's a great point! I'm already looking into how we can integrate that within the CI pipeline so that when we add new containers those are pushed to our registry on Google Cloud, and the test run using that container instead of the latest publicly available one!