FROM ghcr.io/ggerganov/llama.cpp:full | |
RUN apt update && apt install wget -y | |
RUN wget "https://huggingface.co/unsloth/DeepSeek-R1-Distill-Qwen-1.5B-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B-Q8_0.gguf" -O /l.gguf | |
CMD ["--server", "-m", "/l.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"] |