Commit 706a8d4f authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 34b0802c
...@@ -28,7 +28,6 @@ ENV WEBUI_JWT_SECRET_KEY "SECRET_KEY" ...@@ -28,7 +28,6 @@ ENV WEBUI_JWT_SECRET_KEY "SECRET_KEY"
WORKDIR /app WORKDIR /app
# 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
COPY --from=build /app/onnx.tar.gz /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 ...@@ -16,9 +16,12 @@ aiohttp
peewee peewee
bcrypt bcrypt
torch --index-url https://download.pytorch.org/whl/cpu --index-url https://download.pytorch.org/whl/cpu
torchvision --index-url https://download.pytorch.org/whl/cpu torch
torchaudio --index-url https://download.pytorch.org/whl/cpu --index-url https://download.pytorch.org/whl/cpu
torchvision
--index-url https://download.pytorch.org/whl/cpu
torchaudio
langchain langchain
langchain-community langchain-community
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment