huggingface / Google-Cloud-Containers

Including Hugging Face Deep learning Containers for Google Cloud
Apache License 2.0
112 stars 10 forks source link

Revision some `README.md` and `vertex-notebook.ipynb` files #77

Closed alvarobartt closed 2 weeks ago

alvarobartt commented 2 weeks ago

Description

This PR adds the missing gcloud auth application-default login command to both the Google Kubernetes Engine (GKE) and Vertex AI examples, so as to ensure that when running the examples locally via a Google Cloud account the credentials are there. Otherwise an authentication error will be raised stating that the default credentials were not found.

This PR also updates and aligns the formatting of the existing README.md files; and applies minor fixes and improvements to some of the vertex-notebook.ipynb files.

Kudos to @philschmid for the fixes and improvements!