Skip to content

Commit 9e5fcf4

Browse files
committed
hotfix by downgrading docling
1 parent 9725b43 commit 9e5fcf4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

295295
docling-cpu:
296-
image: quay.io/docling-project/docling-serve-cpu:v1.0.0
296+
# v1.0.0 has some incompatibilities still
297+
image: quay.io/docling-project/docling-serve-cpu:v0.16.1
297298
container_name: docling
298299
#ports:
299300
# - 5001:5001
@@ -307,7 +308,8 @@ services:
307308
retries: 5
308309

309310
docling-gpu:
310-
image: quay.io/docling-project/docling-serve-cu124:v1.0.0
311+
# v1.0.0 has some incompatibilities still
312+
image: quay.io/docling-project/docling-serve-cu124:v0.16.1
311313
container_name: docling
312314
#ports:
313315
# - 5001:5001

0 commit comments

Comments
 (0)