mangoman7002 commited on
Commit
a776757
·
verified ·
1 Parent(s): 816bea4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ WORKDIR $HOME/app
16
 
17
  COPY --chown=user . $HOME/app
18
  RUN wget 'https://huggingface.co/ha1772007/qwen2-1.5b-instruct-function-calling-v1-GGUF/resolve/main/qwen2-1.5b-instruct-function-calling-v1.Q2_K%20(1).gguf'
19
- RUN python3 -m llama_cpp.server --model "qwen2-1.5b-instruct-function-calling-v1.Q2_K (1).gguf"
 
16
 
17
  COPY --chown=user . $HOME/app
18
  RUN wget 'https://huggingface.co/ha1772007/qwen2-1.5b-instruct-function-calling-v1-GGUF/resolve/main/qwen2-1.5b-instruct-function-calling-v1.Q2_K%20(1).gguf'
19
+ CMD ["python3", "-m", "llama_cpp.server", "--model", "qwen2-1.5b-instruct-function-calling-v1.Q2_K (1).gguf", "--port", "7860"]