Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ RUN chmod +x ./build/bin/llama-server
|
|
18 |
|
19 |
EXPOSE 7860
|
20 |
|
21 |
-
CMD ["sh", "-c", "./build/bin/llama-server --hf-repo mradermacher/bellman-mistral-7b-instruct-v0.3-GGUF --hf-file bellman-mistral-7b-instruct-v0.3.Q5_K_M.gguf -c 4096 --host 0.0.0.0 --port 7860"]
|
|
|
18 |
|
19 |
EXPOSE 7860
|
20 |
|
21 |
+
CMD ["sh", "-c", "./build/bin/llama-server --hf-repo mradermacher/bellman-mistral-7b-instruct-v0.3-GGUF/ --hf-file bellman-mistral-7b-instruct-v0.3.Q5_K_M.gguf -c 4096 --host 0.0.0.0 --port 7860"]
|