Update docling.md

Added --gpus all for GPU support (tested)
This commit is contained in:
VooDisss 2025-04-16 04:37:19 +03:00 committed by GitHub
parent 2336de3fc0
commit 2164ee1b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,11 @@ Integration Steps
docker run -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/docling-serve
```
*With GPU support:
```bash
docker run --gpus all -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/docling-serve
```
### Step 2: Configure Open WebUI to use Docling
* Log in to your Open WebUI instance.