Update path for warmup_ocr.pdf in Dockerfile
This commit is contained in:
parent
aca1d191e6
commit
4db5e22a1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue