gemma4cpu / Dockerfile
ramedde's picture
Update Dockerfile
44cd4f6 verified
Raw
History Blame Contribute Delete
167 Bytes
FROM ghcr.io/ggml-org/llama.cpp:server
WORKDIR /app
COPY entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh
EXPOSE 7860
ENTRYPOINT ["/app/entrypoint.sh"]