Skip to content

Commit 2c67912

Browse files
committed
fix(readme): update TEE deployment
1 parent 97b5791 commit 2c67912

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The Docker setup mimics a TEE environment and includes an Nginx server for routi
6666

6767
## 🚀 Deploy on TEE
6868

69-
Deploy Flare AI DeFAI on a Confidential Space Instances (using AMD SEV or Intel TDX) to benefit from enhanced hardware-backed security.
69+
Deploy on a [Confidential Space](https://cloud.google.com/confidential-computing/confidential-space/docs/confidential-space-overview) using AMD SEV.
7070

7171
### Prerequisites
7272

@@ -100,13 +100,12 @@ Deploy Flare AI DeFAI on a Confidential Space Instances (using AMD SEV or Intel
100100
3. **Verify the Setup:**
101101

102102
```bash
103-
echo $TEE_IMAGE_REFERENCE
104-
# Expected output: ghcr.io/flare-foundation/flare-ai-social:main # Your repo build image
103+
echo $TEE_IMAGE_REFERENCE # Expected output: Your repo build image
105104
```
106105

107106
### Deploying to Confidential Space
108107

109-
For deployment on Confidential Space (AMD SEV TEE):
108+
Run the following command:
110109

111110
```bash
112111
gcloud compute instances create $INSTANCE_NAME \
@@ -144,7 +143,7 @@ After deployment, you should see an output similar to:
144143

145144
```plaintext
146145
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
147-
social-team1 us-central1-c n2d-standard-2 10.128.0.18 34.41.127.200 RUNNING
146+
social-team1 us-central1-a n2d-standard-2 10.128.0.18 34.41.127.200 RUNNING
148147
```
149148

150149
It may take a few minutes for Confidential Space to complete startup checks.

0 commit comments

Comments
 (0)