You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: