File size: 314 Bytes
9f3e7de
ff4ee52
 
 
59fff27
b7041bc
ff4ee52
59fff27
1
2
3
4
5
6
7
8
FROM ghcr.io/ggml-org/llama.cpp:full

RUN apt update && apt install wget -y

RUN wget "https://huggingface.co/unsloth/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-Q2_K.gguf" -O /gpt-oss-20b-Q2_K.gguf


CMD ["--server", "-m", "/gpt-oss-20b-Q2_K.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]