From 9103f2088890a1190cc2b9865e8c1b3f3fc7c82c Mon Sep 17 00:00:00 2001 From: Chaitanya Bapat Date: Sun, 14 Jun 2020 19:54:30 +0000 Subject: [PATCH] fix centos 7 url to unblock centos-cpu & gpu pipeline --- ci/docker/install/centos7_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/install/centos7_python.sh b/ci/docker/install/centos7_python.sh index 686cf14e2e3b..734f05c3830a 100755 --- a/ci/docker/install/centos7_python.sh +++ b/ci/docker/install/centos7_python.sh @@ -23,7 +23,7 @@ set -ex # Python 2.7 is installed by default, install 3.6 on top -yum -y install https://centos7.iuscommunity.org/ius-release.rpm +yum -y install https://repo.ius.io/ius-release-el7.rpm yum -y install python36u # Install PIP