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
Copy file name to clipboardExpand all lines: README.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ Deploy on a [Confidential Space](https://cloud.google.com/confidential-computing
174
174
source .env
175
175
```
176
176
177
-
> **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`.
177
+
> **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`.
178
178
179
179
3.**Verify the Setup:**
180
180
@@ -217,15 +217,23 @@ type=pd-standard \
217
217
218
218
#### Post-deployment
219
219
220
-
After deployment, you should see an output similar to:
220
+
1.After deployment, you should see an output similar to:
221
221
222
-
```plaintext
223
-
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
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.
228
+
Click on **Compute Engine** → **VM Instances** (in the sidebar) → **Select your instance** → **Serial port 1 (console)**.
229
+
230
+
When you see a message like:
231
+
232
+
```plaintext
233
+
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
234
+
```
226
235
227
-
It may take a few minutes for Confidential Space to complete startup checks.
228
-
You can monitor progress via the [GCP Console](https://console.cloud.google.com/welcome?project=verifiable-ai-hackathon) by clicking **Serial port 1 (console)**.
236
+
the container is ready. Navigate to the external IP of the instance (visible in the **VM Instances** page) to access the Chat UI.
0 commit comments