Hi
I bought a Jetson AGX ORIN and use Pytorch from the NGC catalog, so I tried along the lines of:
https://catalog.ngc.nvidia.com/orgs/nvidia/containers/l4t-pytorch
but it fails.
sudo docker run -it --rm --runtime nvidia --network host nvcr.io/nvidia/l4t-pytorch:r35.1.0-pth1.12-py3
docker: Error response from daemon: Unknown runtime specified nvidia.
See 'docker run --help'.
My environment is below.
cat /etc/nv_tegra_release
# R35 (release), REVISION: 1.0, GCID: 31346300, BOARD: t186ref, EABI: aarch64, DATE: Thu Aug 25 18:41:45 UTC 2022
I installed the JetPack components with:
sudo apt update
sudo apt dist-upgrade
sudo reboot
sudo apt install nvidia-jetpack
help me! please