李莎 2 лет назад
Родитель
Сommit
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"]