Skip to content

Commit a8968ce

Browse files
committed
fix(readme): update instructions
1 parent 446b96a commit a8968ce

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Deploy on [Confidential Space](https://cloud.google.com/confidential-computing/c
142142
Update your `.env` file with:
143143

144144
```bash
145-
TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-social:main # Replace with your repo build image
145+
TEE_IMAGE_REFERENCE=ghcr.io/YOUR_REPO_IMAGE:main # Replace with your repo build image
146146
INSTANCE_NAME=<PROJECT_NAME-TEAM_NAME>
147147
```
148148

@@ -196,22 +196,25 @@ 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-
social-team1 us-central1-a 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+
social-team1 us-central1-a 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).
209207

210-
```plaintext
211-
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
212-
```
208+
3. **To view device logs:**
209+
Click on **Compute Engine****VM Instances** (in the sidebar) → **Select your instance****Serial port 1 (console)**.
210+
211+
When you see a message like:
212+
213+
```plaintext
214+
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
215+
```
213216

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

216219
### 🔧 Troubleshooting
217220

0 commit comments

Comments
 (0)