From 5d4359b38f1bb551a10ed5960a2c97dc2e315992 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Fri, 21 Mar 2025 00:07:53 +0800 Subject: [PATCH] nit --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 7b9ccb0338..b9948915aa 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app/api ENV UV_VERSION=0.6.8 # if you located in China, you can use aliyun mirror to speed up -# RUN pip install --no-cache-dir poetry==${UV_VERSION} -i https://mirrors.aliyun.com/pypi/simple/ +# RUN pip install --no-cache-dir uv==${UV_VERSION} -i https://mirrors.aliyun.com/pypi/simple/ RUN pip install --no-cache-dir uv==${UV_VERSION}