Pārlūkot izejas kodu

aha! sorry, I lost $tuna last commit

Tinger 2 gadi atpakaļ
vecāks
revīzija
75dece16eb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"]