moevis commited on
Commit
e33147a
·
verified ·
1 Parent(s): 8a66c08

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 ["python", "demo.py"]
 
23
  ENV VLLM_ALLOW_LONG_MAX_MODEL_LEN=1
24
 
25
  # 启动脚本
26
+ CMD ["python", "app.py"]