googlecodelabs / feedback

Provide feedback to our codelabs by filing an issue here
18 stars 22 forks source link

[how-to-use-ollama-sidecar-open-webui-frontend-cloud-run-gpu]: #1435

Open panperla opened 1 month ago

panperla commented 1 month ago

Hey you have a mistake in the image path in artifacts. During a docker build push you have -repo suffix us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab-repo/ollama-gemma-2b us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab-repo/openwebui while in service.yaml file you have us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab/ollama-gemma-2b us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab/openwebui

The end result is the command: gcloud beta run services replace service.yaml fails to deploy the service