From f1c7509cfb8bcd12c8162514772a5aa53c8aa0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20W=C3=B3jtowicz?= Date: Wed, 4 May 2016 12:42:23 +0200 Subject: [PATCH] added online cuda get --- install-env.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/install-env.sh b/install-env.sh index d7a8b62..ecc89b4 100644 --- a/install-env.sh +++ b/install-env.sh @@ -394,6 +394,15 @@ function cublas_install { echo "Finished installing cuBLAS" } +#TODO: switch to 7.5 +function cublas_get_online { + + wget ${WGET_OPTIONS} http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1504/x86_64/cuda-repo-ubuntu1504_7.5-18_amd64.deb + dpkg -i cuda-repo-ubuntu1504_7.5-18_amd64.deb + apt-get update + rm cuda-repo-ubuntu1504_7.5-18_amd64.deb +} + function cublas_check { echo "Started checking cuBLAS"