mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
Fix deprecated CentOS link for Linux CI pipeline (#4000)
* Fix Linux_CI_GPU_Dev * centos6
This commit is contained in:
parent
0a5395bb78
commit
357bffe47c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue