hello, i’m using jetson agx xavier, with
R35 (release), REVISION: 5.0, GCID: 35550185, BOARD: t186ref, EABI: aarch64, DATE: Tue Feb 20 04:46:31 UTC 2024
all is working fine, but decided to try onnxruntime, with Pytorch, Tensorflow, OpenCV 4.5.0 (with CUDA) and even more. for this, i have checked NVIDIA L4T ML docker containers in the official link
the latest package l4t-ml:r35.3.1-py3
satisfies almost all of my needs. but i’m not able to download it. getting below error
xavibuntu@xavibuntu-desktop:~/Downloads$ sudo docker pull nvcr.io/nvidia/l4t-ml:r35.3.1-py3
Error response from daemon: manifest for nvcr.io/nvidia/l4t-ml:r35.3.1-py3 not found: manifest unknown: manifest unknown
i can download and run l4t-ml:r35.2.1-py3
, but it is missing onnxruntime and also transformers . how can i download the image of interest?