zephyr-python-ru-gguf / Dockerfile
Monster's picture
Create Dockerfile
fa09834 verified
raw
history blame
272 Bytes
FROM ghcr.io/ggerganov/llama.cpp:full
RUN curl --output /l.gguf "https://huggingface.co/unsloth/DeepSeek-R1-Distill-Qwen-1.5B-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B-Q8_0.gguf"
CMD ["--server", "-m", "/l.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"]