From 4e32e31ad254eb91cf11c27538e62df63a552b89 Mon Sep 17 00:00:00 2001 From: mabulgu Date: Wed, 23 Oct 2024 23:04:54 +0300 Subject: [PATCH] add required files --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 9b54b046..921b2ab4 100644 --- a/Containerfile +++ b/Containerfile @@ -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 pyproject.toml ./ +COPY runner.py pyproject.toml LICENSE README.md ./ RUN pip3.11 install .