codebyam commited on
Commit
69e189f
·
verified ·
1 Parent(s): 72bed90

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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-1.5B-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B-Q8_0.gguf
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