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 2018/12/04 22:17:39 UTC

[GitHub] larroy commented on a change in pull request #13532: [MXNET-43] Fix Jetson compilation

larroy commented on a change in pull request #13532: [MXNET-43] Fix Jetson compilation
URL: https://github.com/apache/incubator-mxnet/pull/13532#discussion_r238861317
 
 

 ##########
 File path: ci/docker/Dockerfile.build.jetson
 ##########
 @@ -77,6 +77,7 @@ RUN JETPACK_DOWNLOAD_PREFIX=https://developer.download.nvidia.com/devzone/devcen
     dpkg -i --force-architecture  $ARM_NVINFER_INSTALLER_PACKAGE && \
     dpkg -i --force-architecture  $ARM_NVINFER_DEV_INSTALLER_PACKAGE && \
     apt update -y || true && apt install -y cuda-libraries-dev-9-0 libcudnn7-dev libnvinfer-dev
+RUN cd /usr/include/aarch64-linux-gnu/ && ln -s cudnn_v7.h cudnn.h
 
 Review comment:
   why not?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services