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

+ 1 - 1
Dockerfile

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