DoclingServe / Dockerfile
StudioSaiens's picture
Update Dockerfile
63a1f82 verified
Raw
History Blame Contribute Delete
250 Bytes
FROM quay.io/docling-project/docling-serve-cpu:latest
# 1. Standard Config
EXPOSE 5001
# 2. Download the model during the build phase.
RUN docling-tools models download
# 3. Set the default command to start the server.
CMD ["docling-serve", "run"]