fix: change docker command

This commit is contained in:
hieu-jan 2024-02-28 00:03:45 +09:00
parent 95946ab9f2
commit 17c92d8dc6

View File

@ -108,7 +108,7 @@ sudo sh ./get-docker.sh --dry-run
```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