mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user