瀏覽代碼

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