We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32acf3d + d0ce093 commit a252cdfCopy full SHA for a252cdf
docs/features/document-extraction/docling.md
@@ -29,7 +29,7 @@ docker run -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/
29
30
*With GPU support:
31
```bash
32
-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
33
```
34
35
### Step 2: Configure Open WebUI to use Docling
0 commit comments