[Bug]: syntax error in cloud run
File Name
gemini/multimodal-live-api/websocket-demo-app
What happened?
Hi Team,
Could you please check the syntax of below in cloud run. I am getting error at "gemini-live-demo"
gcloud run deploy --project=YOUR-PROJECT-ID \
--region=us-central1 \
--source=./ \
--allow-unauthenticated \
--port=8000 \
gemini-live-demo
Relevant log output
Resource 'gemini-live-demo' of kind 'SERVICE' in region 'us-central1' in project '' does not exist.
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Can you try running the command like this?:
gcloud run deploy "gemini-live-demo" --project=YOUR-PROJECT-ID \
--region=us-central1 \
--source=./ \
--allow-unauthenticated \
--port=8000
same issues again "Resource 'gemini-live-demo' of kind 'SERVICE' in region 'us-central1' in project does not exist." textPayload: "ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 8" [91mERROR: unable to select packages:
can you try this
gcloud run deploy gemini-live-demo
--project=YOUR-PROJECT-ID
--source=.
--allow-unauthenticated
--port=8000
--platform=managed
--execution-environment=gen2
--no-cache
--quiet