You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_ESPRESSO.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,13 +299,13 @@ docker compose down -v --remove-orphans
299
299
./scripts/batcher-enclave-image.sh
300
300
```
301
301
302
-
* Build and start all services in the background. If you're not running on a machine with AWS Nitro Enclaves enabled, use the `nontee` profile instead.
302
+
* Build and start all services in the background.
303
303
```console
304
304
docker compose up --build -d
305
305
```
306
-
or
306
+
If you're on a machine with AWS Nitro Enclaves enabled, use the `tee` profile instead to start the enclave batcher.
0 commit comments