diff --git a/docker/Dockerfile b/docker/Dockerfile index 39dc1c7f28..64ce67e819 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,7 +11,9 @@ FROM base-source-${BUILD_TYPE} AS base RUN git config --system --add safe.directory "*" -RUN pip install uv==0.6.14 +ENV PIP_DISABLE_PIP_VERSION_CHECK=1 + +RUN pip install --no-cache-dir -U pip uv==0.6.14 COPY requirements.txt /