Prechádzať zdrojové kódy

aha! sorry, I lost $tuna last commit

Tinger 2 rokov pred
rodič
commit
75dece16eb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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"]