Update docling.md link to GPU support docker image

Updated link to "*With GPU support:" docker image to include CUDA version (appended '-cu124').
This commit is contained in:
Lockeness-BMF 2025-05-27 22:53:25 -04:00 committed by GitHub
parent bc5cecd2de
commit d0ce093b72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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