FROM ghcr.io/ggml-org/llama.cpp:server-b8840 WORKDIR /app COPY entrypoint.sh /app/entrypoint.sh RUN chmod +x /app/entrypoint.sh EXPOSE 7860 ENTRYPOINT ["/app/entrypoint.sh"]