mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
fix: docker
This commit is contained in:
parent
fe587c87f7
commit
34b0802cac
@ -28,6 +28,8 @@ ENV WEBUI_JWT_SECRET_KEY "SECRET_KEY"
|
||||
WORKDIR /app
|
||||
|
||||
# copy embedding weight from build
|
||||
|
||||
RUN mkdir -p /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2
|
||||
COPY --from=build /app/onnx.tar.gz /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2
|
||||
|
||||
RUN cd /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2 &&\
|
||||
|
Loading…
Reference in New Issue
Block a user