Looking for cuda-repo-cross-aarch64-10-2 deb file for jetpack 4.4 DP to compile MXNet python wheel

Hi guys, I’m working on compiling mxnet-1.6 python whl for jetson in jetpack 4.4 DP, base on mxnet docker compile method for previous jetpack version, here is jetson dockerfile.

I want to replace the basic docker image(nvidia/cuda:10.2-cudnn8-devel-ubuntu18.04), and replace all of the jetson deb file mentioned in the dockerfile, for example, cuda-repo-ubuntu1804-10-0-local-10.0.326-410.108_1.0-1_amd64.deb and cuda-repo-cross-aarch64-10-0-local-10.0.326_1.0-1_all.deb, to cuda 10.2 version.

I downloaded all the jetson deb file via Nvidia SDK manager, found cuda-repo-l4t-10-2-local-10.2.89_1.0-1_arm64.deb, but cuda-repo-cross-aarch64-10-2-xxxx.deb is missing, where can I find this deb file?

Here’s deb file list that SDK manager can provide:

cuda-repo-l4t-10-2-local-10.2.89_1.0-1_arm64.deb
deepstream-5.0_5.0.0-1_arm64.deb
graphsurgeon-tf_7.1.0-1+cuda10.2_arm64.deb
Jetson-210_Linux_R32.4.2_aarch64.tbz2
libcudnn8_8.0.0.145-1+cuda10.2_arm64.deb
libcudnn8-dev_8.0.0.145-1+cuda10.2_arm64.deb
libcudnn8-doc_8.0.0.145-1+cuda10.2_arm64.deb
libnvidia-container0_0.9.0_beta.1_arm64.deb
libnvidia-container-tools_0.9.0_beta.1_arm64.deb
libnvinfer7_7.1.0-1+cuda10.2_arm64.deb
libnvinfer-bin_7.1.0-1+cuda10.2_arm64.deb
libnvinfer-dev_7.1.0-1+cuda10.2_arm64.deb
libnvinfer-doc_7.1.0-1+cuda10.2_all.deb
libnvinfer-plugin7_7.1.0-1+cuda10.2_arm64.deb
libnvinfer-plugin-dev_7.1.0-1+cuda10.2_arm64.deb
libnvinfer-samples_7.1.0-1+cuda10.2_all.deb
libnvonnxparsers7_7.1.0-1+cuda10.2_arm64.deb
libnvonnxparsers-dev_7.1.0-1+cuda10.2_arm64.deb
libnvparsers7_7.1.0-1+cuda10.2_arm64.deb
libnvparsers-dev_7.1.0-1+cuda10.2_arm64.deb
libvisionworks-repo_1.6.0.501_arm64.deb
libvisionworks-sfm-repo_0.90.4.501_arm64.deb
libvisionworks-tracking-repo_0.88.2.501_arm64.deb
nvidia-container-csv-cuda_10.2.89-1_arm64.deb
nvidia-container-csv-cudnn_8.0.0.145-1+cuda10.2_arm64.deb
nvidia-container-csv-tensorrt_7.1.0.16-1+cuda10.2_arm64.deb
nvidia-container-csv-visionworks_1.6.0.501_arm64.deb
nvidia-container-runtime_3.1.0-1_arm64.deb
nvidia-container-toolkit_1.0.1-1_arm64.deb
nvidia-docker2_2.2.0-1_all.deb
nvidia-l4t-jetson-multimedia-api_32.4.2-20200408182156_arm64.deb
OpenCV-4.1.1-2-gd5a58aa75-aarch64-dev.deb
OpenCV-4.1.1-2-gd5a58aa75-aarch64-libs.deb
OpenCV-4.1.1-2-gd5a58aa75-aarch64-licenses.deb
OpenCV-4.1.1-2-gd5a58aa75-aarch64-python.deb
OpenCV-4.1.1-2-gd5a58aa75-aarch64-samples.deb
python3-libnvinfer_7.1.0-1+cuda10.2_arm64.deb
python3-libnvinfer-dev_7.1.0-1+cuda10.2_arm64.deb
python-libnvinfer_7.1.0-1+cuda10.2_arm64.deb
python-libnvinfer-dev_7.1.0-1+cuda10.2_arm64.deb
sdkml3_jetpack_l4t_44_dp_deepstream.json
sdkml3_jetpack_l4t_44_dp.json
Tegra_Linux_Sample-Root-Filesystem_R32.4.2_aarch64.tbz2
tensorrt_7.1.0.16-1+cuda10.2_arm64.deb
uff-converter-tf_7.1.0-1+cuda10.2_arm64.deb
vpi-dev-0.2.0-cuda10-aarch64-l4t.deb
vpi-lib-0.2.0-cuda10-aarch64-l4t.deb
vpi-samples-0.2.0-cuda10-aarch64-l4t.deb

And I post the same issue to mxnet github repo: Need cuda 10.2 python prebuild wheel for nvidia jetson platform

Thanks everyone.

Any idea guys?

Hi,

cuda-repo-cross-aarch64-10-2-xxxx.deb should be installed on the host side.
So you can find it when selecting the installation for host.

Thanks.

Oh I see, thanks for pointing out. May I ask have you guys successfully build the mxnet package for JetPack 4.4DP?

Hi,

Not yet.
We stuck at some cuDNNv8 segmentation fault issue.
Will keep you updated.

Thanks.

Thank you, if I make it, will let you know too.

Is there any update on the mxnet package for JetPack 4.4?

I need it too.

Thanks.

Looks like Jetpack 4.4 files have been made publicly available now.
While the Dockerfile.build.jetson

uses
cuda-repo-ubuntu1804-10-0-local-10.0.326-410.108_1.0-1_amd64.deb

I’m in the process of migrating to the cuda 10.2 based latest jetpack 4.4 files.

1 Like

How did you download this .deb package