Merge pull request #536 from langflow-ai/pushkala-datastax-patch-4
Update path for warmup_ocr.pdf in Dockerfile
This commit is contained in:
commit
1b0614bdd4
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