Skip to content

Commit

Permalink
copy pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Oct 23, 2024
1 parent 54cfc38 commit d4c04eb
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 ./
COPY runner.py pyproject.toml ./

RUN pip3.11 install .

Expand Down

0 comments on commit d4c04eb

Please sign in to comment.