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

Update Dockerfile

parent cff8534f
...@@ -133,7 +133,8 @@ RUN pip3 install uv && \ ...@@ -133,7 +133,8 @@ 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