Browse Source

获取博锐数据

李莎 1 năm trước cách đây
mục cha
commit
a8a037e58c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 --upgrade pip && pip install --no-cache-dir --upgrade -r requirements.txt
+RUN pip install --upgrade pip && pip install --no-cache-dir --upgrade -r requirements.txt  -i https://pypi.tuna.tsinghua.edu.cn/simple/
 
 CMD ["python", "-u","./main.py"]