From 51bdaec6e35cddb8256f19a5cd2184b0bb7cb824 Mon Sep 17 00:00:00 2001 From: Wuwei Lin Date: Fri, 5 Jan 2024 08:14:05 -0700 Subject: [PATCH] [Docker] Upgrade pip in i386 container (#16348) --- docker/install/ubuntu2004_install_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu2004_install_python.sh b/docker/install/ubuntu2004_install_python.sh index 6a071e2789e0..ece3c34fb0c3 100755 --- a/docker/install/ubuntu2004_install_python.sh +++ b/docker/install/ubuntu2004_install_python.sh @@ -38,7 +38,7 @@ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 # $ pip download == # $ pip hash --algorithm sha256 .whl cat < base-requirements.txt -pip==22.0.4 --hash=sha256:c6aca0f2f081363f689f041d90dab2a07a9a07fb840284db2218117a52da800b +pip==23.3.2 --hash=sha256:5052d7889c1f9d05224cd41741acb7c5d6fa735ab34e339624a614eaaa7e7d76 setuptools==58.4.0 --hash=sha256:e8b1d3127a0441fb99a130bcc3c2bf256c2d3ead3aba8fd400e5cbbaf788e036 EOF pip3 install -r base-requirements.txt