rapacious commited on
Commit
a6f3ef3
·
verified ·
1 Parent(s): 930185a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN wget -O /models/qwen2.5-0.5b-instruct-q5_k_m.gguf \
19
  https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct-GGUF/resolve/main/qwen2.5-0.5b-instruct-q5_k_m.gguf
20
 
21
  # Mở cổng 8000 cho Hugging Face Space
22
- EXPOSE 8000
23
 
24
  # Chạy server với host 0.0.0.0 để có thể truy cập từ bên ngoài
25
- CMD ["./bin/llama-server", "-m", "/models/qwen2.5-0.5b-instruct-q5_k_m.gguf", "--host", "0.0.0.0", "--port", "8000"]
 
19
  https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct-GGUF/resolve/main/qwen2.5-0.5b-instruct-q5_k_m.gguf
20
 
21
  # Mở cổng 8000 cho Hugging Face Space
22
+ EXPOSE 3000
23
 
24
  # Chạy server với host 0.0.0.0 để có thể truy cập từ bên ngoài
25
+ CMD ["./bin/llama-server", "-m", "/models/qwen2.5-0.5b-instruct-q5_k_m.gguf", "--host", "0.0.0.0", "--port", "3000"]