This is an automated email from the ASF dual-hosted git repository.

haibin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d513db  Change the cuda version for docs test script (#10475)
7d513db is described below

commit 7d513dbde48c57ef336812454f3ae76f08fc00c9
Author: mbaijal <30911248+mbai...@users.noreply.github.com>
AuthorDate: Mon Apr 9 18:23:42 2018 -0700

    Change the cuda version for docs test script (#10475)
---
 tests/jenkins/run_test_installation_docs.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/jenkins/run_test_installation_docs.sh 
b/tests/jenkins/run_test_installation_docs.sh
index 90eecb9..4b3e449 100755
--- a/tests/jenkins/run_test_installation_docs.sh
+++ b/tests/jenkins/run_test_installation_docs.sh
@@ -302,13 +302,13 @@ echo
 echo "### Testing Virtualenv ###"
 echo "${virtualenv_commands}"
 echo
-nvidia-docker run --rm nvidia/cuda:7.5-cudnn5-devel bash -c 
"${virtualenv_commands}"
+nvidia-docker run --rm nvidia/cuda:9.0-cudnn7-devel bash -c 
"${virtualenv_commands}"
 
 echo
 echo "### Testing Pip ###"
 echo "${pip_commands}"
 echo
-nvidia-docker run --rm nvidia/cuda:7.5-cudnn5-devel bash -c "${pip_commands}"
+nvidia-docker run --rm nvidia/cuda:9.0-cudnn7-devel bash -c "${pip_commands}"
 
 echo
 echo "### Testing Docker ###"
@@ -320,4 +320,4 @@ echo
 echo "### Testing Build From Source ###"
 echo "${buildfromsource_commands}"
 echo
-nvidia-docker run --rm nvidia/cuda:7.5-cudnn5-devel bash -c 
"${buildfromsource_commands}"
+nvidia-docker run --rm nvidia/cuda:9.0-cudnn7-devel bash -c 
"${buildfromsource_commands}"

-- 
To stop receiving notification emails like this one, please contact
hai...@apache.org.

Reply via email to