We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6037c32 commit d6835d3Copy full SHA for d6835d3
1 file changed
backend/Dockerfile
@@ -69,6 +69,7 @@ RUN pip install --user --no-cache-dir --prefer-binary \
69
# =============================================================================
70
RUN if [ "$USE_DOCLING" = "true" ]; then \
71
pip install --user --no-cache-dir --prefer-binary \
72
+ "huggingface-hub>=0.24.0,<1.0" \
73
transformers>=4.47.0 \
74
docling>=2.14.0 \
75
docling-core>=2.4.0 && \
0 commit comments