neph1 commited on
Commit
677661b
·
verified ·
1 Parent(s): 495083b

Update Dockerfile

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