|
@@ -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"]
|