Explorar el Código

Merge branch 'dev_david' of anweiguo/algorithm_platform into dev_awg

liudawei hace 1 mes
padre
commit
08478a5ee9
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 1
      Dockerfile
  2. 1 0
      run_all.py

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ FROM ubuntu:latest
 # 安装 tzdata 包并设置时区
 RUN apt-get update && apt-get install -y tzdata
 ENV TZ=Asia/Shanghai
-RUN ln -fsn /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
+RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 
 # 使用官方 Python 镜像作为基础镜像
 FROM 192.168.1.36:5000/python:3.12

+ 1 - 0
run_all.py

@@ -9,6 +9,7 @@ services = [
     ("data_processing/processing_limit_power/processing_limit_power_by_records.py", 10088),
     ("data_processing/processing_limit_power/processing_limit_power_by_statistics_light.py", 10085),
     ("data_processing/processing_limit_power/processing_limit_power_by_statistics_wind.py", 10093),
+    ("data_processing/data_operation/pre_prod_ftp.py", '_'),
     ("evaluation_processing/analysis_report.py", 10092),
     ("evaluation_processing/evaluation_accuracy.py", 10091),
     ("evaluation_processing/analysis_cdq.py", 10108),