From ead0e6a04cbdb9ff517c9b746e702111e343e7b2 Mon Sep 17 00:00:00 2001 From: lska367 <53926324+lska367@users.noreply.github.com> Date: Wed, 23 Apr 2025 17:47:02 +0800 Subject: [PATCH] change Dockerfile --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 3827ef85cb..f5823cc2df 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -11,7 +11,7 @@ ENV UV_VERSION=0.6.14 # RUN python -m pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --upgrade pip # RUN pip install --no-cache-dir uv==${UV_VERSION} -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -pip install --no-cache-dir uv=${UV_VERSION} +RUN pip install --no-cache-dir uv=${UV_VERSION} # if you meet some error about apt,you can try to use sources.list config apt images # RUN rm -rf /etc/apt/source*