File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Deploy Flare AI DeFAI on a Confidential Space Instances (using AMD SEV or Intel
8585 Update your ` .env ` file with:
8686
8787 ``` bash
88- TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-defai :main # Replace with your repo build image
88+ TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-social :main # Replace with your repo build image
8989 INSTANCE_NAME=< PROJECT_NAME-TEAM_NAME>
9090 ```
9191
@@ -101,7 +101,7 @@ Deploy Flare AI DeFAI on a Confidential Space Instances (using AMD SEV or Intel
101101
102102 ``` bash
103103 echo $TEE_IMAGE_REFERENCE
104- # Expected output: ghcr.io/YOUR_REPO_IMAGE :main
104+ # Expected output: ghcr.io/flare-foundation/flare-ai-social :main # Your repo build image
105105 ```
106106
107107### Deploying to Confidential Space
You can’t perform that action at this time.
0 commit comments