matthoffner commited on
Commit
22c77c9
·
verified ·
1 Parent(s): f5458b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,4 +44,4 @@ WORKDIR $HOME/app
44
  EXPOSE 8080
45
 
46
  # Start the llava-server with models
47
- CMD ["/app/llama.cpp/server", "--model", "Magicoder-S-DS-6.7B_Q4_K_M.gguf", "--threads", "8", "--host", "0.0.0.0", "-ngl", "30"]
 
44
  EXPOSE 8080
45
 
46
  # Start the llava-server with models
47
+ CMD ["./server", "--model", "Magicoder-S-DS-6.7B_Q4_K_M.gguf", "--threads", "8", "--host", "0.0.0.0", "-ngl", "30"]