neph1 commited on
Commit
8ae6c69
·
verified ·
1 Parent(s): faa4e2e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN apt install socat -y
12
 
13
  EXPOSE 7860
14
 
15
- CMD ["sh", "-c", "./llama-server -m /home/app/model.gguf -c 8192 --host 0.0.0.0 --port 7860"]
 
12
 
13
  EXPOSE 7860
14
 
15
+ CMD ["sh", "-c", "./build/bin/llama-server -m /home/app/model.gguf -c 8192 --host 0.0.0.0 --port 7860"]