From e1b30bd320907774c9d09ce4d9b699cd150b1596 Mon Sep 17 00:00:00 2001 From: 635677437d755007c09848d3 <635677437d755007c09848d3@devide> Date: Sat, 29 Oct 2022 15:48:03 +0000 Subject: [PATCH] fix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 33313e5..3fc1067 100644 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun service docker restart -pip install -r requirements \ No newline at end of file +pip install -r requirements -i https://mirrors.aliyun.com/pypi/simple/ \ No newline at end of file -- GitLab