Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,6 +2,6 @@ FROM ghcr.io/ggerganov/llama.cpp:full
|
|
2 |
|
3 |
RUN apt update && apt install wget -y
|
4 |
|
5 |
-
RUN wget "https://huggingface.co/unsloth/DeepSeek-R1-Distill-Qwen-
|
6 |
|
7 |
CMD ["--server", "-m", "/l.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"]
|
|
|
2 |
|
3 |
RUN apt update && apt install wget -y
|
4 |
|
5 |
+
RUN wget "https://huggingface.co/unsloth/DeepSeek-R1-Distill-Qwen-14B-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-14B-Q6_K.gguf" -O /l.gguf
|
6 |
|
7 |
CMD ["--server", "-m", "/l.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"]
|