Selaa lähdekoodia

获取博锐数据

李莎 1 vuosi sitten
vanhempi
commit
6bf79bff68
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,9 +1,9 @@
 FROM python:3.7.15-slim
 
 
-WORKDIR ./saga_transfer_energy
+WORKDIR ./persagy_transfer_energy
 ADD . .
 
-RUN pip install --upgrade pip && pip install --no-cache-dir --upgrade -r requirements.txt  -i https://pypi.tuna.tsinghua.edu.cn/simple/
+RUN pip install --upgrade pip && pip install -r requirements.txt  -i https://pypi.tuna.tsinghua.edu.cn/simple/
 
 CMD ["python", "-u","./main.py"]