matthoffner commited on
Commit
4371a3d
1 Parent(s): 63af42a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN apt update && \
19
 
20
  WORKDIR /app
21
 
22
- RUN wget https://huggingface.co/brittlewis12/Snorkel-Mistral-PairRM-DPO-GGUF/resolve/main/snorkel-mistral-pairrm-dpo.Q4_K_M.gguf
23
 
24
  RUN make
25
 
@@ -27,4 +27,4 @@ RUN make
27
  EXPOSE 8080
28
 
29
  # Use the model name variable in CMD as well
30
- CMD ["--server", "--model", "snorkel-mistral-pairrm-dpo.Q4_K_M.gguf", "--threads", "8", "--host", "0.0.0.0"]
 
19
 
20
  WORKDIR /app
21
 
22
+ RUN wget https://huggingface.co/matthoffner/Magicoder-S-DS-6.7B-GGUF/resolve/main/Magicoder-S-DS-6.7B_Q4_K_M.gguf
23
 
24
  RUN make
25
 
 
27
  EXPOSE 8080
28
 
29
  # Use the model name variable in CMD as well
30
+ CMD ["--server", "--model", "Magicoder-S-DS-6.7B_Q4_K_M.gguf", "--threads", "8", "--host", "0.0.0.0"]