李莎 1 год назад
Родитель
Сommit
32dff7f944
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,6 +4,6 @@ FROM python:3.7.15-slim
 WORKDIR ./persagy_transfer_energy
 ADD . .
 
-RUN pip install --upgrade pip && pip install -r requirements.txt  -i https://pypi.tuna.tsinghua.edu.cn/simple/
+RUN pip install --upgrade pip && pip install -r requirements.txt  -i https://mirrors.aliyun.com/pypi
 
 CMD ["python", "-u","./main.py"]