diff --git a/docker/Dockerfile b/docker/Dockerfile index 12ea07bd51..80ae8bad2e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -172,7 +172,7 @@ RUN add-apt-repository ppa:deadsnakes/ppa && \ rm -rf /var/lib/apt/lists/* RUN curl -fsSL https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION} - && \ - pip${PYTHON_VERSION} install --no-cache-dir --upgrade 'pip<23' 'setuptools<70.0.0' + pip${PYTHON_VERSION} install --no-cache-dir --upgrade pip 'setuptools<70.0.0' ################# # Install Pytorch