Spaces:
Sleeping
Sleeping
Boning c
commited on
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -2,6 +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-A3-GGUF/
|
|
|
|
| 6 |
|
| 7 |
CMD ["--server", "-m", "/Sam-reason-A3.Q4_K_S.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]
|
|
|
|
| 2 |
|
| 3 |
RUN apt update && apt install wget -y
|
| 4 |
|
| 5 |
+
RUN wget "https://huggingface.co/mradermacher/Sam-reason-A3-GGUF/resolve/main/Sam-reason-A3.Q4_K_S.gguf" -O /Sam-reason-A3.Q4_K_S.gguf
|
| 6 |
+
|
| 7 |
|
| 8 |
CMD ["--server", "-m", "/Sam-reason-A3.Q4_K_S.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]
|