hujameson commited on
Commit
9dd18c7
·
verified ·
1 Parent(s): c1e5d84

remove use of https://mirrors.aliyun.com/pypi/simple/

Browse files
Files changed (1) hide show
  1. 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