소스 검색

获取博锐数据

李莎 1 년 전
부모
커밋
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
 ADD . .
 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"]