perdasilva commented on a change in pull request #13814: Removes unneeded nvidia driver ppa installation URL: https://github.com/apache/incubator-mxnet/pull/13814#discussion_r246371462
########## 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: I believe this installs the nvidia drivers and libcuda.so - which is needed by mxnet ---------------------------------------------------------------- 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
