RunLLM / aqueduct

Aqueduct is no longer being maintained. Aqueduct allows you to run LLM and ML workloads on any cloud infrastructure.
https://aqueducthq.com
Apache License 2.0
521 stars 16 forks source link

Add support for Google Artifact Registry #1377

Closed cw75 closed 1 year ago

cw75 commented 1 year ago

Describe your changes and why you are making these changes

This PR enables support for GAR. The APIs on the UI and SDK are exactly the same as ECR, but expecting GCP credentials (service account key in our case).

Manually verified that both the success case and failure cases (invalid credentials, non-existent images) work.

Related issue number (if any)

Loom demo (if any)

Checklist before requesting a review