Skip to content

Commit 5f46586

Browse files
committed
Add requirements.txt to Dockerfile
1 parent 1db6edf commit 5f46586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=neuml/txtai-cpu
33
FROM $BASE_IMAGE
44

55
# Copy RAG application
6-
COPY rag.py .
6+
COPY rag.py requirements.txt .
77

88
RUN \
99
# Install Java (for Apache Tika)

0 commit comments

Comments
 (0)