Boning c
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM ghcr.io/ggml-org/llama.cpp:full
|
|
2 |
|
3 |
RUN apt update && apt install wget -y
|
4 |
|
5 |
-
RUN wget "https://huggingface.co/mradermacher/Sam-reason-
|
6 |
|
7 |
|
8 |
-
CMD ["--server", "-m", "/Sam-reason-
|
|
|
2 |
|
3 |
RUN apt update && apt install wget -y
|
4 |
|
5 |
+
RUN wget "https://huggingface.co/mradermacher/Sam-reason-S2-GGUF/resolve/main/Sam-reason-S2.Q4_K_S.gguf" -O /Sam-reason-S2.Q4_K_S.gguf
|
6 |
|
7 |
|
8 |
+
CMD ["--server", "-m", "/Sam-reason-S2.Q4_K_S.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]
|