Import torchVision: OSError: libcurand.so.10: cannot open shared object file: No such file or directory

I got below error when trying to import torchVision in classification_interactive.ipynb from Docker container - nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1
OSError: libcurand.so.10: cannot open shared object file: No such file or directory

How to install this library from Docker container - nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1?

Cuda version in this container: Cuda compilation tools, release 10.2, V10.2.300

Hi,

The image is built for the r32.7 BSP (JetPack 4).
Do you use the same environment?

Thanks.

I am using Jetson Orin NX developer kit with Jetpack 5.1.3.
Which image is suitable for this?

Hi,

Please try our tutorial called jetson-inference instead.
The image name is dustynv/jetson-inference:r35.4.1.

The DLI tutorial is designed for Jetson Nano.
So the image cannot work on Xavier with JetPack 5.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.