DL4AGX github repo: Error building dockerfile

Please provide the following info:
Hardware Platform: DRIVE AGX Xavier™ Developer Kit
Software Version: DRIVE Software 10
Host Machine Version: Ubuntu 18.04.5 LTS
SDK Manager Version: 1.2.0.6733

Dear Sir, Madam,

When using follwing command: “sudo docker build -t nvidia/drive_os_pdk:5.1.6.0-linux -f docker/DRIVE/Dockerfile.aarch64-linux.5.1.6.0 docker/DRIVE” to build the dockerfile I get this error

“mv: cannot stat ‘/usr/lib/x86_64-linux-gnu/libcublas.so*’: No such file or directory”

How can I resolve this?

Thanks in advance,
Niels

Hi Niels,

Can you please describe what you are trying to achieve? Are you referring to some documentation?

Thanks!

Dear @niels_otiv,
Have you installed, DRIVE SW 10.0 on you host? DO you see ‘/usr/lib/x86_64-linux-gnu/libcublas.so ?

Dear @LukeNV,

My apologies for the bad framework I gave for this particular question.
I was following the DL4AGX github repo: GitHub - NVIDIA/DL4AGX: Deep Learning tools and applications for NVIDIA AGX platforms.

I want to achieve the segmentation and detection simultaneously using docker and tensorrt engines.

When trying to configure/build the docker file I got the above mentioned error.

Thanks,
Niels

Dear @SivaRamaKrishnaNV,

Yes DRIVE SW 10.0 is installed and /usr/lib/x86_64-linux-gnu/libcublas.so is available on host

Dear @niels_otiv,

When trying to configure/build the docker file I got the above mentioned error.

Could you share the steps/changes you have followed in the repo to reproduce the issue locally.

Hi @SivaRamaKrishnaNV, @LukeNV,

This was for a quick test… Since we had this error we didn’t look further into this solution.