We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6835d3 commit 01fe567Copy full SHA for 01fe567
1 file changed
backend/Dockerfile
@@ -69,10 +69,10 @@ 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 && \
+ pip install --user --no-cache-dir --force-reinstall "huggingface-hub>=0.24.0,<1.0" && \
76
pip uninstall -y opencv-python 2>/dev/null || true && \
77
pip install --user --no-cache-dir opencv-python-headless; \
78
else \
0 commit comments