neph1 commited on
Commit
3c12fa9
·
verified ·
1 Parent(s): bd74c25

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]