We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac84af commit 05c4d74Copy full SHA for 05c4d74
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