mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 07:54:59 +00:00
parent
7fec26f5d3
commit
80f50e6ccd
12 changed files with 97 additions and 314 deletions
|
@ -8,5 +8,5 @@ ARG BUILD_TYPE=
|
|||
RUN make build${BUILD_TYPE}
|
||||
|
||||
FROM debian:$DEBIAN_VERSION
|
||||
COPY --from=builder /build/llama-cli /usr/bin/llama-cli
|
||||
ENTRYPOINT [ "/usr/bin/llama-cli" ]
|
||||
COPY --from=builder /build/local-ai /usr/bin/local-ai
|
||||
ENTRYPOINT [ "/usr/bin/local-ai" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue