diff --git a/tensorflow/tools/ci_build/install/install_gcc6.sh b/tensorflow/tools/ci_build/install/install_gcc6.sh index df2f2c1638b..e5ce86b9981 100755 --- a/tensorflow/tools/ci_build/install/install_gcc6.sh +++ b/tensorflow/tools/ci_build/install/install_gcc6.sh @@ -22,4 +22,4 @@ apt-get install gcc-snapshot -y apt-get update apt-get install gcc-6 g++-6 -y update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 100 --slave /usr/bin/g++ g++ /usr/bin/g++-6 -DEBIAN_FRONTEND=noninteractive update-alternatives --config gcc +update-alternatives --set gcc /usr/bin/gcc-6