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
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Deploy on a [Confidential Space](https://cloud.google.com/confidential-computing
150
150
source .env
151
151
```
152
152
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`.
154
154
155
155
3.**Verify the Setup:**
156
156
@@ -196,22 +196,24 @@ type=pd-standard \
196
196
197
197
#### Post-deployment
198
198
199
-
After deployment, you should see an output similar to:
199
+
1.After deployment, you should see an output similar to:
200
200
201
-
```plaintext
202
-
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
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)**.
209
208
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.
213
216
214
-
the container is ready. Navigate to the external IP of the instance (visible in the GCP Console) to access the Chat UI.
0 commit comments