mirror of
https://github.com/open-webui/docs
synced 2025-06-14 18:40:18 +00:00
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:
parent
bc5cecd2de
commit
d0ce093b72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user