From 99f6f85e0900e19a7c393f1909d5a03bef4660d6 Mon Sep 17 00:00:00 2001 From: bhack Date: Sat, 11 May 2024 13:34:02 +0200 Subject: [PATCH] Update build_wheel.Dockerfile --- tools/docker/build_wheel.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/build_wheel.Dockerfile b/tools/docker/build_wheel.Dockerfile index cf0773ac46..e4c5d37f38 100644 --- a/tools/docker/build_wheel.Dockerfile +++ b/tools/docker/build_wheel.Dockerfile @@ -7,7 +7,7 @@ ARG PY_VERSION ARG TF_VERSION # TODO: Temporary due to build bug https://github.com/pypa/pip/issues/11770 -RUN python -m pip install --upgrade pip==22.3.1 setuptools +RUN python -m pip install --upgrade setuptools # TODO: Remove this if tensorflow/build container removes their keras-nightly install # https://github.com/tensorflow/build/issues/78