Skip to content

Commit 75c0af6

Browse files
committed
fix(readme): update TEE deployment
1 parent 720c0ed commit 75c0af6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
148148
3. **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
160159
gcloud compute instances create $INSTANCE_NAME \

0 commit comments

Comments
 (0)