moevis commited on
Commit
ffcf320
·
verified ·
1 Parent(s): 0753a7e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ EXPOSE 7860
23
  ENV VLLM_ALLOW_LONG_MAX_MODEL_LEN=1
24
 
25
  # 启动脚本
26
- CMD ["python3", "demo.py"]
 
23
  ENV VLLM_ALLOW_LONG_MAX_MODEL_LEN=1
24
 
25
  # 启动脚本
26
+ CMD ["python3", "app.py"]