*** cuda.sh	2018-02-03 01:24:52.045225677 +0100
--- cuda.sh~	1979-12-31 00:00:00.000000000 +0100
***************
*** 97,103 ****
  
  function all:all:install_nvidia_driver() {
      apt-get remove -yqq --purge nvidia-* libcuda1-*
!     apt-get install -yqq --no-install-recommends --allow-unauthenticated \
          nvidia-375 \
          nvidia-375-dev \
          libcuda1-375
--- 97,103 ----
  
  function all:all:install_nvidia_driver() {
      apt-get remove -yqq --purge nvidia-* libcuda1-*
!     apt-get install -yqq --no-install-recommends \
          nvidia-375 \
          nvidia-375-dev \
          libcuda1-375
***************
*** 126,138 ****
  #####################################################################
  
  function trusty::x86_64::install_openblas() {
!     apt-get install -yqq --no-install-recommends --allow-unauthenticated \
          libopenblas-base \
          libopenblas-dev
  }
  
  function xenial::x86_64::install_openblas() {
!     apt-get install -yqq --no-install-recommends --allow-unauthenticated \
          libopenblas-base \
          libopenblas-dev
  }
--- 126,138 ----
  #####################################################################
  
  function trusty::x86_64::install_openblas() {
!     apt-get install -yqq --no-install-recommends \
          libopenblas-base \
          libopenblas-dev
  }
  
  function xenial::x86_64::install_openblas() {
!     apt-get install -yqq --no-install-recommends \
          libopenblas-base \
          libopenblas-dev
  }
***************
*** 146,152 ****
  }
  
  function xenial::ppc64le::install_openblas() {
!     apt-get install -yqq --no-install-recommends --allow-unauthenticated \
          libopenblas-base \
          libopenblas-dev
  }
--- 146,152 ----
  }
  
  function xenial::ppc64le::install_openblas() {
!     apt-get install -yqq --no-install-recommends \
          libopenblas-base \
          libopenblas-dev
  }
***************
*** 161,170 ****
      cd /tmp
      [ -f ${REPO_PKG} ] && rm -f ${REPO_PKG}
      wget ${REPO_URL}
-     apt-key adv --fetch-keys ${ROOT_URL}/${UBUNTU_VERSION}/x86_64/7fa2af80.pub
      dpkg -i /tmp/${REPO_PKG}
      apt-get update -qq && \
!     apt-get install -yqq --allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends --allow-unauthenticated \
          cuda
      rm -f ${REPO_PKG}
  }
--- 161,169 ----
      cd /tmp
      [ -f ${REPO_PKG} ] && rm -f ${REPO_PKG}
      wget ${REPO_URL}
      dpkg -i /tmp/${REPO_PKG}
      apt-get update -qq && \
!     apt-get install -yqq --allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends \
          cuda
      rm -f ${REPO_PKG}
  }
