Skip to content

Commit

Permalink
add required files
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Oct 23, 2024
1 parent d4c04eb commit 7a42a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY --from=lightspeed-rag-content /rag/embeddings_model ./embeddings_model

# Add explicit files and directories
# (avoid accidental inclusion of local directories or env files or credentials)
COPY runner.py pyproject.toml ./
COPY runner.py pyproject.toml LICENSE README.md ./

RUN pip3.11 install .

Expand Down

0 comments on commit 7a42a1c

Please sign in to comment.