Need some info. about containers for L4T Orin

Hello,

I have pulled L4T containers like followings :

docker pull nvcr.io/nvidia/l4t-cuda:11.4.14-runtime
docker pull nvcr.io/nvidia/cuda:11.8.0-devel-ubuntu22.04
It contains cuda O.K.

  1. Can I find other containers’ list than those above? If possible I’d like to find all the list.

  2. Does a container - Ubuntu 20.04 + cuda 11.8 - exist?

  3. Dockerfiles for those L4T containers accessible to everyone?

Hi @jhjo, we have container images for the official JetPack releases but not with the upgradable CUDA versions. What I would recommend is looking at the l4t-jetpack Dockerfile and modifying it to install the versions that you want.

You could look here for other Jetson containers on NGC: https://catalog.ngc.nvidia.com/?filters=&orderBy=scoreDESC&query=l4t

There are Dockerfiles of l4t-base, l4t-jetpack, and ML & ROS containers here:

1 Like

Thank you very much!

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