mariusjabami commited on
Commit
3e66927
·
verified ·
1 Parent(s): b4cb5b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -20,4 +20,6 @@ RUN python3 -c 'from huggingface_hub import hf_hub_download; \
20
  RUN ls -lh /app/link1-270m-q8_0.gguf
21
 
22
  # CPUでサーバーを起動
23
- CMD ["--server", "-m", "/app/link1-270m-q8_0.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "4096"]
 
 
 
20
  RUN ls -lh /app/link1-270m-q8_0.gguf
21
 
22
  # CPUでサーバーを起動
23
+ COPY template /app/template
24
+ # CPUでサーバーを起動
25
+ CMD ["--server","-m","/app/link1-270m-q8_0.gguf","--chat-template-file","/app/template","--port","7860","--host","0.0.0.0","-n","4096"]