mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Merge pull request #561 from brianfornell/patch-1
Update docling.md link to GPU support docker image
This commit is contained in:
commit
a252cdf9c5
@ -29,7 +29,7 @@ docker run -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/
|
|||||||
|
|
||||||
*With GPU support:
|
*With GPU support:
|
||||||
```bash
|
```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
|
### Step 2: Configure Open WebUI to use Docling
|
||||||
|
Loading…
Reference in New Issue
Block a user