Browse Source

获取博锐数据

李莎 1 năm trước cách đây
mục cha
commit
6bf79bff68
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,9 +1,9 @@
 FROM python:3.7.15-slim
 FROM python:3.7.15-slim
 
 
 
 
-WORKDIR ./saga_transfer_energy
+WORKDIR ./persagy_transfer_energy
 ADD . .
 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"]
 CMD ["python", "-u","./main.py"]