How to use the docker command to install a specified version of docling-serve? #2327
jetchang2020
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, I want to deploy docling-serve version v0.11.0 using Docker. I use the command Docker run -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=1 -e DOCLING_SERVE_MAX_SYNC_WAIT=600 quay.io/docling-project/docling-serve:0.11.0, but after running it, an error is reported, indicating docker: Error response from daemon: manifest for quay.io/docling-project/docling-serve:0.11.0 not found: manifest unknown: manifest unknown
Beta Was this translation helpful? Give feedback.
All reactions