From 070c91787d3ac2fc9bbe0e9143bd2e669c288cb1 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 28 Sep 2025 20:49:46 +0200 Subject: [PATCH] Add environment variable for llamactl command in Dockerfile --- Dockerfile.llamacpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.llamacpp b/Dockerfile.llamacpp index 9775585..ded5007 100644 --- a/Dockerfile.llamacpp +++ b/Dockerfile.llamacpp @@ -18,5 +18,7 @@ WORKDIR /data # Expose the default llamactl port EXPOSE 8080 +ENV LLAMACTL_LLAMACPP_COMMAND=/app/llama-server + # Set llamactl as the entrypoint ENTRYPOINT ["llamactl"] \ No newline at end of file