Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN apt update && \
|
|
| 19 |
|
| 20 |
WORKDIR /app
|
| 21 |
|
| 22 |
-
RUN wget https://huggingface.co/
|
| 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", "
|
|
|
|
| 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 |
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"]
|