File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Flare AI DeFAI is composed of a Python-based backend and a JavaScript frontend.
114114
115115## 🚀 Deploy on TEE
116116
117- Deploy Flare AI DeFAI on a Confidential Space Instances ( using AMD SEV or Intel TDX) to benefit from enhanced hardware-backed security .
117+ Deploy on a [ Confidential Space] ( https://cloud.google.com/confidential-computing/confidential-space/docs/confidential-space-overview ) using AMD SEV.
118118
119119### Prerequisites
120120
@@ -148,13 +148,12 @@ Deploy Flare AI DeFAI on a Confidential Space Instances (using AMD SEV or Intel
1481483 . ** Verify the Setup:**
149149
150150 ``` bash
151- echo $TEE_IMAGE_REFERENCE
152- # Expected output: ghcr.io/flare-foundation/flare-ai-defai:main
151+ echo $TEE_IMAGE_REFERENCE # Expected output: Your repo build image
153152 ```
154153
155154### Deploying to Confidential Space
156155
157- For deployment on Confidential Space (AMD SEV TEE) :
156+ Run the following command :
158157
159158``` bash
160159gcloud compute instances create $INSTANCE_NAME \
You can’t perform that action at this time.
0 commit comments