Merge pull request #536 from langflow-ai/pushkala-datastax-patch-4

Update path for warmup_ocr.pdf in Dockerfile
This commit is contained in:
pushkala-datastax 2025-11-26 15:27:50 -08:00 committed by GitHub
commit 1b0614bdd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ COPY pyproject.toml uv.lock ./
RUN uv sync
# Copy sample document and warmup script for docling
COPY documents/warmup_ocr.pdf ./
COPY openrag-documents/warmup_ocr.pdf ./
COPY warm_up_docling.py ./
RUN uv run docling-tools models download
RUN uv run python - <<'PY'