Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
d5a2a8a8
Unverified
Commit
d5a2a8a8
authored
Jun 07, 2024
by
mindspawn
Committed by
GitHub
Jun 07, 2024
Browse files
Update Dockerfile
parent
cff8534f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
d5a2a8a8
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment