File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -218,3 +218,4 @@ pyrightconfig.json
218218rendered-template /
219219key.txt
220220{{cookiecutter.project_slug}} /services /llm-router /google_vertexai.json
221+ .idea /
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments