diff --git a/Dockerfile b/Dockerfile index d2191e6..efe83b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ ENV PYTHONUNBUFFERED 1 ENV UV_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/ ENV UV_EXTRA_INDEX_URL=https://pypi.org/simple/ +RUN python -m pip install --upgrade pip setuptools wheel --index-url https://mirrors.aliyun.com/pypi/simple/ + # 安装uv RUN pip install uv --index-url https://mirrors.aliyun.com/pypi/simple/