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

marcoabreu 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 ceb810c  [MXNET-311] change test needs a docker with sudo, hence image 
changed (#10510)
ceb810c is described below

commit ceb810ccc17a712c375d55418a0ba45ae91714b5
Author: mbaijal <30911248+mbai...@users.noreply.github.com>
AuthorDate: Wed Apr 11 17:32:24 2018 -0700

    [MXNET-311] change test needs a docker with sudo, hence image changed 
(#10510)
---
 tests/jenkins/run_test_installation_docs.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/tests/jenkins/run_test_installation_docs.sh 
b/tests/jenkins/run_test_installation_docs.sh
index 4b3e449..812317b 100755
--- a/tests/jenkins/run_test_installation_docs.sh
+++ b/tests/jenkins/run_test_installation_docs.sh
@@ -298,17 +298,20 @@ LINUX_PYTHON_GPU_END_LINENO=$(grep -n "END - Linux Python 
GPU Installation Instr
 
 set_instruction_set ${LINUX_PYTHON_GPU_START_LINENO} 
${LINUX_PYTHON_GPU_END_LINENO}
 
+
+# mxnet/base-cuda9 is a simple Docker Image with 
'nvidia/cuda:9.0-cudnn7-devel' and 'apt-get install sudo'.
+
 echo
 echo "### Testing Virtualenv ###"
 echo "${virtualenv_commands}"
 echo
-nvidia-docker run --rm nvidia/cuda:9.0-cudnn7-devel bash -c 
"${virtualenv_commands}"
+nvidia-docker run --rm mxnet/base-cuda9 bash -c "${virtualenv_commands}"
 
 echo
 echo "### Testing Pip ###"
 echo "${pip_commands}"
 echo
-nvidia-docker run --rm nvidia/cuda:9.0-cudnn7-devel bash -c "${pip_commands}"
+nvidia-docker run --rm mxnet/base-cuda9 bash -c "${pip_commands}"
 
 echo
 echo "### Testing Docker ###"
@@ -320,4 +323,4 @@ echo
 echo "### Testing Build From Source ###"
 echo "${buildfromsource_commands}"
 echo
-nvidia-docker run --rm nvidia/cuda:9.0-cudnn7-devel bash -c 
"${buildfromsource_commands}"
+nvidia-docker run --rm mxnet/base-cuda9 bash -c "${buildfromsource_commands}"

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

Reply via email to