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:08 UTC

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

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

 ##########
 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:
   Can we create the symlink without changing the current work directory?

----------------------------------------------------------------
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