Browse Source

Merge branch 'dev_david' of anweiguo/algorithm_platform into dev_awg

liudawei 4 months ago
parent
commit
1a71c11268
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -20,6 +20,6 @@ COPY requirements.txt .
 RUN set -ex \
     && pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
 # 设置 ENTRYPOINT 为 Python 脚本
-# ENTRYPOINT ["python", "run_all.py"]
+ENTRYPOINT ["python", "run_all.py"]
 # 执行 Python 脚本
-# CMD []
+CMD []