fix: wrong profile parameter in docker command (#2159)
This commit is contained in:
parent
b1e748b958
commit
fbee753607
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user