Преглед изворни кода

aha! sorry, I lost $tuna last commit

Tinger пре 2 година
родитељ
комит
75dece16eb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,6 +7,6 @@ COPY requires.cpu .
 ARG tuna=https://pypi.tuna.tsinghua.edu.cn/simple
 
 RUN pip install --no-cache-dir --upgrade pip -i $tuna && \
- pip install --no-cache-dir -r requires.cpu -i
+ pip install --no-cache-dir -r requires.cpu -i $tuna
 
 CMD ["gunicorn", "app:app"]