From 4394a6888943e0131e1845e9ee7f197d03f936ad Mon Sep 17 00:00:00 2001 From: mudler Date: Sun, 16 Apr 2023 01:07:16 +0200 Subject: [PATCH] No sleep for the main container --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87db7c8d..4d08cb7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,3 @@ 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" ] -CMD [ "sleep", "infinity" ] \ No newline at end of file