add vscode devcontainer and launch task

This commit is contained in:
Marc R Kellerman 2023-04-13 23:06:38 -07:00
parent f76b612506
commit 5133476c78
8 changed files with 135 additions and 11 deletions

View file

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