fix: wrong profile parameter in docker command (#2159)

This commit is contained in:
James 2024-02-27 14:43:47 +08:00 committed by GitHub
parent b1e748b958
commit fbee753607
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,7 +304,7 @@ This will build the app MacOS m1/m2 for production (with code signing already do
```bash ```bash
# GPU mode with default file system # 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 # GPU mode with S3 file system
docker compose --profile gpu-s3fs up -d docker compose --profile gpu-s3fs up -d