jnnan commited on
Commit
dc58165
1 Parent(s): aeba71c

change pip

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9
3
  WORKDIR /app
4
 
5
  COPY ./requirements.txt /app/requirements.txt
6
- RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple --extra-index-url https://download.pytorch.org/whl/cu113
7
 
8
  COPY . .
9
 
 
3
  WORKDIR /app
4
 
5
  COPY ./requirements.txt /app/requirements.txt
6
+ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt --extra-index-url https://download.pytorch.org/whl/cu113
7
 
8
  COPY . .
9