Boning c
Update Dockerfile
cafe720 verified
raw
history blame contribute delete
333 Bytes
FROM ghcr.io/ggml-org/llama.cpp:full
RUN apt update && apt install wget -y
RUN wget "https://huggingface.co/mradermacher/Sam-reason-v1-GGUF/resolve/main/Sam-reason-v1.Q4_K_S.gguf" -O /Sam-reason-v1.Q4_K_S.gguf
CMD ["--server", "-m", "/Sam-reason-v1.Q4_K_S.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]