"docs/vscode:/vscode.git/clone" did not exist on "d4f10ea3627df0268260f9abd51e9b1be0fe7d62"
Commit 34b0802c authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: docker

parent fe587c87
...@@ -28,6 +28,8 @@ ENV WEBUI_JWT_SECRET_KEY "SECRET_KEY" ...@@ -28,6 +28,8 @@ 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
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
RUN cd /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2 &&\ RUN cd /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2 &&\
......
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