fix bug
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-26 17:01:03 +08:00
parent c089edb89f
commit fe604d3fdb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
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 install -r requirements.txt