File size: 329 Bytes
9f3e7de
ff4ee52
 
 
69d817c
ff4ee52
69d817c
1
2
3
4
5
6
7
FROM ghcr.io/ggml-org/llama.cpp:full

RUN apt update && apt install wget -y

RUN wget "https://huggingface.co/unsloth/gemma-3n-E2B-it-GGUF/resolve/main/gemma-3n-E2B-it-Q8_0.gguf" -O /gemma-3n-E2B-it-Q8_0.gguf

CMD ["--server", "-m", "/gemma-3n-E2B-it-Q8_0.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]