perdasilva commented on a change in pull request #13814: Removes unnecessary 
graphics-drivers ppa repository
URL: https://github.com/apache/incubator-mxnet/pull/13814#discussion_r246774915
 
 

 ##########
 File path: ci/docker/install/ubuntu_nvidia.sh
 ##########
 @@ -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.
 
 Review comment:
   @lebeg - I did a little more digging: 
https://github.com/apache/incubator-mxnet/blob/master/ci/docker/Dockerfile.build.ubuntu_build_cuda#L47

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to