moriire commited on
Commit
a6b7b47
·
verified ·
1 Parent(s): f82c4f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,4 +47,4 @@ COPY --chown=user . $HOME
47
  # Start the FastAPI app on port 7860, the default port expected by Spaces
48
  #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
49
  #ENTRYPOINT ["python3"]
50
- CMD ["python3", "-m", "llama_cpp.server", "--hf_model_repo_id", "Qwen/Qwen1.5-0.5B-Chat-GGUF", "--model", "*q4_0.gguf", "--port", "7860"]
 
47
  # Start the FastAPI app on port 7860, the default port expected by Spaces
48
  #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
49
  #ENTRYPOINT ["python3"]
50
+ CMD ["python3", "-m", "llama_cpp.server", "--hf_model_repo_id", "Qwen/Qwen1.5-0.5B-Chat-GGUF", "--model", "*q4_0.gguf", "--host", "0.0.0.0"]