Replies: 4 comments 2 replies
|
Here's the full list of environment variables for Docker deployment of docling-serve: Core Configuration:
Worker/Threading:
GPU Acceleration:
Other:
Example with common options: docker run -p 5001:5001 \
-v $(pwd)/models:/opt/app-root/src/models \
-e DOCLING_SERVE_ARTIFACTS_PATH="/opt/app-root/src/models" \
-e DOCLING_SERVE_ENABLE_UI=true \
-e DOCLING_NUM_THREADS=4 \
quay.io/docling-project/docling-serveYou can also check the settings.py file in docling-serve for the full configuration options. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
|
Okay @dosu but what I am looking for is a list of all environment variables. Let's suppose I want to make a deployment using docker compose, so I want to set variables like:
I want a list of all these variables son I can deploy my docker professionally, is there something in the code or the documentation that I can check? |
|
thank you @dosu but I think you are hallucinating, because I can't see those env varibales in the settings.py file you are sharing |
Uh oh!
There was an error while loading. Please reload this page.
Hey @dosu, is there some way to get all the environment variables for a docker deployment?
All reactions