Copy default documents to Docker image
Added a step to copy default documents into the Docker image.
This commit is contained in:
parent
3624b4f82b
commit
cf44ed551d
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ PY
|
|||
|
||||
#ENV EASYOCR_MODULE_PATH=~/.cache/docling/models/EasyOcr/
|
||||
|
||||
# Copy default documents
|
||||
COPY openrag-documents/ ./openrag-documents/
|
||||
|
||||
# Copy Python source and flows
|
||||
COPY src/ ./src/
|
||||
COPY flows/ ./flows/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue