File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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
1001003 . ** 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
112111gcloud compute instances create $INSTANCE_NAME \
@@ -144,7 +143,7 @@ After deployment, you should see an output similar to:
144143
145144``` plaintext
146145NAME 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
150149It may take a few minutes for Confidential Space to complete startup checks.
You can’t perform that action at this time.
0 commit comments