Merge pull request #502 from VooDisss/patch-2

Update docling.md
This commit is contained in:
Tim Jaeryang Baek 2025-04-15 18:50:58 -07:00 committed by GitHub
commit 6fcdcd746a
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 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 ### Step 2: Configure Open WebUI to use Docling
* Log in to your Open WebUI instance. * Log in to your Open WebUI instance.