mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
Update docling.md
Added --gpus all for GPU support (tested)
This commit is contained in:
parent
2336de3fc0
commit
2164ee1b04
@ -27,6 +27,11 @@ Integration Steps
|
||||
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
|
||||
|
||||
* Log in to your Open WebUI instance.
|
||||
|
Loading…
Reference in New Issue
Block a user