This commit is contained in:
Bowen Liang 2025-03-21 00:07:53 +08:00
parent c385be8bdf
commit 5d4359b38f

View File

@ -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}