From fe604d3fdb2d1387728e13c6005639019f630e79 Mon Sep 17 00:00:00 2001 From: jianjiang Date: Wed, 26 Apr 2023 17:01:03 +0800 Subject: [PATCH] fix bug --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43dc457..fb9ec0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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