Skip to content

Commit a252cdf

Browse files
authored
Merge pull request #561 from brianfornell/patch-1
Update docling.md link to GPU support docker image
2 parents 32acf3d + d0ce093 commit a252cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/document-extraction/docling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docker run -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/
2929

3030
*With GPU support:
3131
```bash
32-
docker run --gpus all -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/docling-serve
32+
docker run --gpus all -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true quay.io/docling-project/docling-serve-cu124
3333
```
3434

3535
### Step 2: Configure Open WebUI to use Docling

0 commit comments

Comments
 (0)