Update path for warmup_ocr.pdf in Dockerfile

This commit is contained in:
pushkala-datastax 2025-11-26 15:26:11 -08:00 committed by GitHub
parent aca1d191e6
commit 4db5e22a1d
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 RUN uv sync
# Copy sample document and warmup script for docling # Copy sample document and warmup script for docling
COPY documents/warmup_ocr.pdf ./ COPY openrag-documents/warmup_ocr.pdf ./
COPY warm_up_docling.py ./ COPY warm_up_docling.py ./
RUN uv run docling-tools models download RUN uv run docling-tools models download
RUN uv run python - <<'PY' RUN uv run python - <<'PY'