Browse Source

增加每周一检查能耗逻辑

李莎 2 years ago
parent
commit
1a99de81e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,6 +4,6 @@ FROM python:3.7.15-slim
 WORKDIR ./saga_transfer_energy
 ADD . .
 
-RUN pip install --no-cache-dir --upgrade -r requirements.txt
+RUN pip install --upgrade pip && pip install --no-cache-dir --upgrade -r requirements.txt
 
 CMD ["python", "-u","./main.py"]