We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2e6f70 + 05c4d74 commit 6ffef97Copy full SHA for 6ffef97
Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && \
6
rm -rf /var/lib/apt/lists/*
7
ADD requirements.txt requirements.txt
8
RUN pip install --upgrade pip && \
9
- pip install --no-cache-dir -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple && \
+ pip install --no-cache-dir -r requirements.txt && \
10
pip install --no-cache-dir gunicorn[gevent] && \
11
pip cache purge
12
0 commit comments