Skip to content

Commit d6835d3

Browse files
committed
Fix huggingface-hub version for Docling compatibility
1 parent 6037c32 commit d6835d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ RUN pip install --user --no-cache-dir --prefer-binary \
6969
# =============================================================================
7070
RUN if [ "$USE_DOCLING" = "true" ]; then \
7171
pip install --user --no-cache-dir --prefer-binary \
72+
"huggingface-hub>=0.24.0,<1.0" \
7273
transformers>=4.47.0 \
7374
docling>=2.14.0 \
7475
docling-core>=2.4.0 && \

0 commit comments

Comments
 (0)