forked from open-webui/open-webui
fix
This commit is contained in:
parent
34b0802cac
commit
706a8d4f8d
2 changed files with 6 additions and 4 deletions
|
@ -28,7 +28,6 @@ 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
|
||||
|
||||
|
|
|
@ -16,9 +16,12 @@ aiohttp
|
|||
peewee
|
||||
bcrypt
|
||||
|
||||
torch --index-url https://download.pytorch.org/whl/cpu
|
||||
torchvision --index-url https://download.pytorch.org/whl/cpu
|
||||
torchaudio --index-url https://download.pytorch.org/whl/cpu
|
||||
--index-url https://download.pytorch.org/whl/cpu
|
||||
torch
|
||||
--index-url https://download.pytorch.org/whl/cpu
|
||||
torchvision
|
||||
--index-url https://download.pytorch.org/whl/cpu
|
||||
torchaudio
|
||||
|
||||
langchain
|
||||
langchain-community
|
||||
|
|
Loading…
Reference in a new issue