mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Update Dockerfile
This commit is contained in:
parent
cff8534f33
commit
d5a2a8a880
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user