From 2412f31ed95fbfa28919ab789b676c7bcfda787a Mon Sep 17 00:00:00 2001 From: mindspawn Date: Fri, 7 Jun 2024 21:47:50 -0700 Subject: [PATCH] Update Dockerfile to revert duplicated pip install --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 498499aa1..2bd05e6ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -133,8 +133,7 @@ RUN pip3 install uv && \ fi; \ chown -R $UID:$GID /app/backend/data/ -# Dependency for email message extraction -RUN pip3 install extract_msg + # copy embedding weight from build # RUN mkdir -p /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2