Skip to content

Commit

Permalink
Removes unneeded nvidia driver ppa installation (apache#13814)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and haohuw committed Jun 23, 2019
1 parent af24afa commit c1d5127
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/docker/install/ubuntu_nvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
# under the License.

set -ex
apt-get update || true
apt install -y software-properties-common

# Adding ppas frequently fails due to busy gpg servers, retry 5 times with 5 minute delays.
for i in 1 2 3 4 5; do add-apt-repository -y ppa:graphics-drivers && break || sleep 300; done

# Retrieve ppa:graphics-drivers and install nvidia-drivers.
# Note: DEBIAN_FRONTEND required to skip the interactive setup steps
Expand Down

0 comments on commit c1d5127

Please sign in to comment.