You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/09 17:37:34 UTC

[GitHub] [incubator-mxnet] perdasilva commented on a change in pull request #14923: Generalizes centos7 cudnn download and install script

perdasilva commented on a change in pull request #14923: Generalizes centos7 cudnn download and install script
URL: https://github.com/apache/incubator-mxnet/pull/14923#discussion_r282590390
 
 

 ##########
 File path: ci/docker/install/centos7_cudnn.sh
 ##########
 @@ -22,11 +22,38 @@
 
 set -ex
 
+if [ -z ${CUDA_VERSION} ]; then
+    echo "Error: CUDA_VERSION environment variable undefiend"
+    exit 1
+fi
+
+if [ -z ${CUDNN_VERSION} ]; then
+    echo "Error: CUDNN_VERSION environment variable undefiend"
 
 Review comment:
   Good eyes! It's fixed now.

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


With regards,
Apache Git Services