Skip to content

Commit

Permalink
Fix deprecated CentOS link for Linux CI pipeline (#4000)
Browse files Browse the repository at this point in the history
* Fix Linux_CI_GPU_Dev

* centos6
  • Loading branch information
Ryan Lai authored May 20, 2020
1 parent 0a5395b commit 357bffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ elif [ "$os_major_version" == "6" ] && [ ! -d "/opt/python/cp35-cp35m" ]; then
#The base image we are using already contains devtoolset-2
yum install -y redhat-lsb-core expat-devel libcurl-devel tar unzip curl zlib-devel make libunwind icu aria2 rsync bzip2 git bzip2-devel
#Install python 3.6
yum install -y https://centos6.iuscommunity.org/ius-release.rpm
yum install -y https://repo.ius.io/ius-release-el6.rpm
yum --enablerepo=ius install -y python36u python36u-devel python36u-pip python36u-numpy python36u-setuptools python36u-wheel
/usr/bin/python3.6 -m pip install --upgrade pip
else
Expand Down

0 comments on commit 357bffe

Please sign in to comment.