From c746de016d959a4c691dd57842df0f5a5afb9cca Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Thu, 8 Aug 2024 13:47:23 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=B0=86=E9=98=BF=E9=87=8C=E6=BA=90?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=A1=E4=BB=BB"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 48d540e2fd6bf7b3f11035eee3880da0b29dff90. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8818a68..018e0a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY . /app # 安装任何需要的包 RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone \ - && pip install --no-cache-dir --trusted-host mirrors.aliyun.com -r requirements.txt \ + && pip install --no-cache-dir --trusted-host -r requirements.txt \ && pip uninstall -y onnxruntime onnxruntime-gpu \ && pip install onnxruntime-gpu==1.18.0 --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/