From fbee7536075345c867e1f2847823537c99cb9208 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 27 Feb 2024 14:43:47 +0800 Subject: [PATCH] fix: wrong profile parameter in docker command (#2159) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c99900854..d91366581 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ This will build the app MacOS m1/m2 for production (with code signing already do ```bash # GPU mode with default file system - docker compose --profile gpu up -d + docker compose --profile gpu-fs up -d # GPU mode with S3 file system docker compose --profile gpu-s3fs up -d