Explorar el Código

获取博锐数据

李莎 hace 1 año
padre
commit
a8a037e58c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"]