Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,7 +39,7 @@ RUN git clone https://github.com/ggerganov/llama.cpp && \
|
|
39 |
|
40 |
# Download model
|
41 |
RUN mkdir -p /models && \
|
42 |
-
wget -O /models/model.q8_0.gguf https://huggingface.co/unsloth/DeepSeek-R1-Distill-Qwen-
|
43 |
|
44 |
# Copy app and startup script
|
45 |
COPY app.py /app.py
|
|
|
39 |
|
40 |
# Download model
|
41 |
RUN mkdir -p /models && \
|
42 |
+
wget -O /models/model.q8_0.gguf https://huggingface.co/unsloth/DeepSeek-R1-Distill-Qwen-7B-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-7B-Q4_K_M.gguf
|
43 |
|
44 |
# Copy app and startup script
|
45 |
COPY app.py /app.py
|