From 1389695c202a3249efbcfbd16552ab9152af19ab Mon Sep 17 00:00:00 2001 From: mabulgu Date: Wed, 23 Oct 2024 22:38:08 +0300 Subject: [PATCH] try pip command instead of make --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index f3d287a9..71c2d72c 100644 --- a/Containerfile +++ b/Containerfile @@ -33,7 +33,7 @@ COPY --from=lightspeed-rag-content /rag/embeddings_model ./embeddings_model # (avoid accidental inclusion of local directories or env files or credentials) COPY runner.py ./ -RUN make install-deps +RUN pip install . COPY ols ./ols