Merge pull request #2180 from janhq/docs-change-docker-command

docs: update docker command
This commit is contained in:
Henry 2024-02-28 12:29:40 +09:00 committed by GitHub
commit e60a678ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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