Skip to content

Commit c40ea3e

Browse files
committed
fix(readme): update instructions
1 parent 9ff4687 commit c40ea3e

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Deploy on a [Confidential Space](https://cloud.google.com/confidential-computing
150150
source .env
151151
```
152152

153-
> **Reminder:** Run the above command in every new shell session. On Windows, we recommend using [git BASH](https://gitforwindows.org) to access commands like `source`.
153+
> **Reminder:** Run the above command in every new shell session or after modifying `.env`. On Windows, we recommend using [git BASH](https://gitforwindows.org) to access commands like `source`.
154154
155155
3. **Verify the Setup:**
156156

@@ -196,22 +196,24 @@ type=pd-standard \
196196

197197
#### Post-deployment
198198

199-
After deployment, you should see an output similar to:
199+
1. After deployment, you should see an output similar to:
200200

201-
```plaintext
202-
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
203-
defai-team1 us-central1-c n2d-standard-2 10.128.0.18 34.41.127.200 RUNNING
204-
```
201+
```plaintext
202+
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
203+
defai-team1 us-central1-c n2d-standard-2 10.128.0.18 34.41.127.200 RUNNING
204+
```
205205

206-
It may take a few minutes for Confidential Space to complete startup checks.
207-
You can monitor progress via the [GCP Console](https://console.cloud.google.com/welcome?project=verifiable-ai-hackathon) by clicking **Serial port 1 (console)**.
208-
When you see a message like:
206+
2. It may take a few minutes for Confidential Space to complete startup checks. You can monitor progress via the [GCP Console](https://console.cloud.google.com/welcome?project=verifiable-ai-hackathon) logs.
207+
Click on **Compute Engine****VM Instances** (in the sidebar) → **Select your instance****Serial port 1 (console)**.
209208

210-
```plaintext
211-
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
212-
```
209+
When you see a message like:
210+
211+
```plaintext
212+
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
213+
```
214+
215+
the container is ready. Navigate to the external IP of the instance (visible in the **VM Instances** page) to access the Chat UI.
213216

214-
the container is ready. Navigate to the external IP of the instance (visible in the GCP Console) to access the Chat UI.
215217

216218
### 🔧 Troubleshooting
217219

0 commit comments

Comments
 (0)