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