Unverified Commit 2412f31e authored by mindspawn's avatar mindspawn Committed by GitHub
Browse files

Update Dockerfile to revert duplicated pip install

parent 6f9148ac
...@@ -133,8 +133,7 @@ RUN pip3 install uv && \ ...@@ -133,8 +133,7 @@ RUN pip3 install uv && \
fi; \ fi; \
chown -R $UID:$GID /app/backend/data/ chown -R $UID:$GID /app/backend/data/
# Dependency for email message extraction
RUN pip3 install extract_msg
# copy embedding weight from build # copy embedding weight from build
# RUN mkdir -p /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2 # RUN mkdir -p /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment