From d4c04eb6eda72d736b6105fc18b5c879240eb772 Mon Sep 17 00:00:00 2001 From: mabulgu Date: Wed, 23 Oct 2024 22:57:52 +0300 Subject: [PATCH] copy pyproject.toml --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ccd8993c..fe6428f6 100644 --- a/Containerfile +++ b/Containerfile @@ -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 .