parent
c089edb89f
commit
fe604d3fdb
|
@ -6,7 +6,7 @@ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
||||||
COPY requirement.txt /app
|
COPY requirements.txt /app
|
||||||
|
|
||||||
RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
|
RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue