Spaces:
Runtime error
Runtime error
remove use of https://mirrors.aliyun.com/pypi/simple/
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ ENV PYTHONUNBUFFERED=1
|
|
11 |
|
12 |
# Install pip requirements
|
13 |
COPY requirements.txt .
|
14 |
-
RUN python -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
|
15 |
RUN python -m pip install -r requirements.txt
|
16 |
|
17 |
WORKDIR /app
|
|
|
11 |
|
12 |
# Install pip requirements
|
13 |
COPY requirements.txt .
|
14 |
+
# RUN python -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
|
15 |
RUN python -m pip install -r requirements.txt
|
16 |
|
17 |
WORKDIR /app
|