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.
1 parent 9725b43 commit 9e5fcf4Copy full SHA for 9e5fcf4
{{cookiecutter.project_slug}}/docker-compose.yml
@@ -293,7 +293,8 @@ services:
293
- chatui_net
294
295
docling-cpu:
296
- image: quay.io/docling-project/docling-serve-cpu:v1.0.0
+ # v1.0.0 has some incompatibilities still
297
+ image: quay.io/docling-project/docling-serve-cpu:v0.16.1
298
container_name: docling
299
#ports:
300
# - 5001:5001
@@ -307,7 +308,8 @@ services:
307
308
retries: 5
309
310
docling-gpu:
- image: quay.io/docling-project/docling-serve-cu124:v1.0.0
311
312
+ image: quay.io/docling-project/docling-serve-cu124:v0.16.1
313
314
315
0 commit comments