Explorar el Código

获取博锐数据

李莎 hace 1 año
padre
commit
dfaee11103
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,6 +3,6 @@ FROM python:3.7.15-slim
 
 WORKDIR ./persagy_transfer_energy
 ADD . .
-RUN pip3 install pip -U && pip3 config set global.index-url http://mirrors.aliyun.com/pypi/simple && pip3 install -r requirements.txt
+RUN pip install -r requirements.txt
 
 CMD ["python", "-u","./main.py"]