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