Skip to content

Commit

Permalink
copy pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu authored and jameswnl committed Oct 30, 2024
1 parent d18b17a commit 30a6afd
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 @@ -29,7 +29,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 30a6afd

Please sign in to comment.