소스 검색

获取博锐数据

李莎 1 년 전
부모
커밋
6bf79bff68
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,9 +1,9 @@
 FROM python:3.7.15-slim
 
 
-WORKDIR ./saga_transfer_energy
+WORKDIR ./persagy_transfer_energy
 ADD . .
 
-RUN pip install --upgrade pip && pip install --no-cache-dir --upgrade -r requirements.txt  -i https://pypi.tuna.tsinghua.edu.cn/simple/
+RUN pip install --upgrade pip && pip install -r requirements.txt  -i https://pypi.tuna.tsinghua.edu.cn/simple/
 
 CMD ["python", "-u","./main.py"]