marcoabreu commented on a change in pull request #10530: Jetson build with cmake and CUDA URL: https://github.com/apache/incubator-mxnet/pull/10530#discussion_r192352869
########## File path: ci/docker/Dockerfile.build.jetson ########## @@ -55,12 +57,21 @@ RUN JETPACK_DOWNLOAD_PREFIX=http://developer.download.nvidia.com/devzone/devcent apt-key add /var/cuda-repo-9-0-local/7fa2af80.pub && \ dpkg -i $ARM_CUDNN_INSTALLER_PACKAGE && \ dpkg -i $ARM_CUDNN_DEV_INSTALLER_PACKAGE && \ - apt update -y && apt install -y unzip cuda-libraries-dev-9-0 libcudnn7-dev + apt update -y + +RUN apt install -yf unzip cuda-libraries-dev-9-0 libcudnn7-dev Review comment: Please move these things into an install script (and other occasions) ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
