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
- 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-r35.1.0
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.