File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,24 +117,24 @@ coordinator = LlmAgent(
117117)
118118```
119119
120- ### 🐳 Docker
120+ ### 🚀 Deployment Options
121121
122- Running the Agent Locally as a Docker Container:
122+ Running the Agent Locally with Docker Container:
123123
124124``` bash
125- adk deploy cloud_run < agent-folder> --with_ui
125+ adk deploy docker < agent-folder> --with_ui
126126```
127127
128128 Running the Agent in Google Cloud (GCP)
129129
130130``` bash
131- adk deploy cloud_run < agent-folder> --with_ui --cloud-provider gcp
131+ adk deploy cloud_run < agent-folder> --with_ui
132132```
133133
134134 You may set the following environment variables in adk command, or in a .env file instead.
135135
136136``` bash
137- adk deploy cloud_run < agent-folder> --with_ui --cloud-provider gcp -- env GOOGLE_GENAI_USE_VERTEXAI=1
137+ adk deploy cloud_run < agent-folder> --with_ui --env GOOGLE_GENAI_USE_VERTEXAI=1
138138```
139139
140140### Development UI
You can’t perform that action at this time.
0 commit comments