Is cudnn pre-installed on l4t-base Docker image starter ?

Hello,

I can’t find this information on : NVIDIA L4T Base | NVIDIA NGC ?

Does nvidia:l4t-base comes with cudnn pre-installed ? Is there a list of all software pre-installed with this docker image ?

Thanks

I think it isn’t , I just tried… Not sure the best way to install it

Hi,

l4t-base:r32.3.1 only have OS and CUDA tookit.

You can check this one which also have cuDNN, TensorRT and DeepstreamSDK pre-installed:
https://ngc.nvidia.com/catalog/containers/nvidia:deepstream-l4t

Thanks.

Great, just to know, is there an image also with OpenCV pre-installed ?

Suppose yes.

I tried to use OpenCV with Python in the container, but importing cv2 is failed in python3.
Do I need to add docker running option ?