Here’s some information about my system: I have a Jetson AGX Orin 64GB with JetPack 6.2 installed on the board. I’m trying to run the nvcr.io/nvidia/l4t-jetpack:r35.2.1 container using the following command:
However, inside the Docker container, when I run nvidia-smi, I get the following error:
NVIDIA-SMI couldn't find libnvidia-ml.so library in your system. Please make sure that the NVIDIA Display Driver is properly installed and present in your system.
Please also try adding the directory that contains libnvidia-ml.so to your system PATH.
But what can I use if I need a CUDA 11.x version and containers with the r36 tag have CUDA 12.x? Can I use the nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04 image for Jetson? Or is there a way to install CUDA 11.x on the l4t-base?
Usually the container that supports Jetson contains l4t or iGPU keywords.
Due to the driver compatibility, you will need to donwgrade to JetPack 5 to use CUDA 11.x.