mirror of
https://github.com/open-webui/docs
synced 2025-05-22 12:19:10 +00:00
commit
6fcdcd746a
@ -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