Aleksandr Maiorov commited on
Commit
1d7ae66
·
1 Parent(s): 053a376

- запуск unicorn заменен на llama-server

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
19
 
20
  COPY --chown=user . /app
21
 
22
- CMD ["./llama-server", "--host", "0.0.0.0", "--port", "7860"]
 
19
 
20
  COPY --chown=user . /app
21
 
22
+ CMD ["llama-server", "-mu", "https://huggingface.co/Vikhrmodels/Vikhr-Qwen-2.5-1.5B-Instruct-GGUF/resolve/main/Vikhr-Qwen-2.5-1.5b-Instruct-Q8_0.gguf", "--host", "0.0.0.0", "--port", "7860"]