Skip to content

Commit 0c357b3

Browse files
committed
upgrade to stable docling-serve
1 parent 9a8437d commit 0c357b3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,4 @@ pyrightconfig.json
218218
rendered-template/
219219
key.txt
220220
{{cookiecutter.project_slug}}/services/llm-router/google_vertexai.json
221+
.idea/

{{cookiecutter.project_slug}}/docker-compose.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ services:
293293
- chatui_net
294294

295295
docling-cpu:
296-
# v1.0.0 has some incompatibilities still
297-
image: quay.io/docling-project/docling-serve-cpu:v0.16.1
296+
image: quay.io/docling-project/docling-serve-cpu:v1.1.0
298297
container_name: docling
299298
#ports:
300299
# - 5001:5001
@@ -308,8 +307,7 @@ services:
308307
retries: 5
309308

310309
docling-gpu:
311-
# v1.0.0 has some incompatibilities still
312-
image: quay.io/docling-project/docling-serve-cu124:v0.16.1
310+
image: quay.io/docling-project/docling-serve-cu124:v1.1.0
313311
container_name: docling
314312
#ports:
315313
# - 5001:5001
@@ -361,7 +359,7 @@ services:
361359
llm_chat_ui:
362360
# TODO: create GPU variation as well for faster whisper and embeddings
363361
# TODO add a vector database elastic? qdrant?
364-
image: ghcr.io/open-webui/open-webui:v0.6.18
362+
image: ghcr.io/open-webui/open-webui:v0.6.20
365363
container_name: chatui
366364
volumes:
367365
- open-webui:/app/backend/data

0 commit comments

Comments
 (0)