Merge pull request #561 from brianfornell/patch-1

Update docling.md link to GPU support docker image
This commit is contained in:
Tim Jaeryang Baek
2025-06-06 15:40:04 +04:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ docker run -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/
*With GPU support:
```bash
docker run --gpus all -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/docling-serve
docker run --gpus all -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/docling-serve-cu124
```
### Step 2: Configure Open WebUI to use Docling