mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
add vscode devcontainer and launch task
This commit is contained in:
parent
f76b612506
commit
5133476c78
8 changed files with 135 additions and 11 deletions
|
@ -16,4 +16,5 @@ RUN C_INCLUDE_PATH=/build/go-llama.cpp LIBRARY_PATH=/build/go-llama.cpp go build
|
|||
|
||||
FROM debian:$DEBIAN_VERSION
|
||||
COPY --from=builder /build/llama-cli /usr/bin/llama-cli
|
||||
ENTRYPOINT [ "/usr/bin/llama-cli" ]
|
||||
ENTRYPOINT [ "/usr/bin/llama-cli" ]
|
||||
CMD [ "sleep", "infinity" ]
|
Loading…
Add table
Add a link
Reference in a new issue