Troubles downloading and running Docker - Set up steps on L4T 35.1.0 For Orin platform

Hello All,

Below are the Steps followed to set up the create Orion Image and to set up docker env:

  • Created Image with NVDIA L4T 35.1.0 Release.

  • Installed the JetPack components.

    • sudo apt update
    • sudo apt dist-upgrade
    • sudo reboot
    • sudo apt install nvidia-jetpack
  • Set up Container Env: used below docker command to pull container env

We are seeing the below error,

Unable to find image ‘nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r35.1.0’ locally

docker: Error response from daemon: manifest for nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r35.1.0 not found: manifest unknown: manifest unknown.

  • If I use the command which we used for setting up container env on Xavier(with L4T 32.6.1)

sudo docker run --runtime nvidia -it --network host --volume ~/nvdli-data:/nvdli-nano/data --device /dev/video0 nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1**-r32.6.1**

We could able to successfully pull the container env but subsequent install will fail as container is pulled with L4T 32.6.1 whereas the base image is with L4T 35.1.0

I could see from the NVIDIA forum that there are dependency between JetPack Release & Container Version.

Also I could see the latest container version is for 32.7.1 but our setup is running at 35.1.10

Support Needed from NVIDIA:

Command/Procedure to pull the compatible container version for L4T 35.1.0 on Orion platform.

Thanks,

Siddesh.

Hi,

The container is for an online course for Jetson Nano.
Since JetPack 5.0.2 (r35.1) doesn’t support Nano, there is no r35.1-based container.

Could you check if the following container can meet your requirement or not first?

Thanks.

you mean NVIDIA does not have anything for Deep Learning Institute course Getting Started with AI on Orion 35.1.0 ?? or do you have any older L4T release on Orion platform to run Deep Learning Institute course Getting Started with AI ??

Hi,

We start Orin support from the JetPack 5.

The course is for the Jetson Nano. We are checking if there are any DLI courses for Orin.
Will share more information with you later.

Thanks.

Hi @siddeshi.annapuraprakash, the DLI “Getting Started with AI on Jetson Nano” is supported on Jetson Nano, which runs JetPack 4.x and hence there aren’t containers for this course for JetPack 5.x. If you really wanted to try it on Orin, you can find a clone of the Jupyter notebooks here and run these in the l4t-ml container. This isn’t officially supported however, and you may need to install some addition prerequisites like jetcam in the container.

What I’d recommend is doing the Hello AI World tutorial, which is fully supported on Orin:

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