Skip to content

Commit 4629fa4

Browse files
authored
Update README file based on review suggestion
Update README file based on review suggestion
1 parent 4829907 commit 4629fa4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)