This commit is contained in:
Timothy J. Baek 2024-01-07 21:14:20 -08:00
parent 34b0802cac
commit 706a8d4f8d
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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