I have flashed the latest version of jetpack 4.2.1 on tx2 board. nvidia-docker is running fine on the tx2 board. However I am facing issue w.r.t the running of nvidia caffe docker images as well as the tensorrt images.
I used the following commands for the docker to install caffe image.
docker pull nvcr.io/nvidia/caffe:19.06-py2
The above image throws error “exec format error” while executing on the tx2 board.
The issue persists for the tensorrt image as well.
docker pull nvcr.io/nvidia/tensorrt:19.06-py3
Can someone confirm whether we have images available for arm architecture for the caffe in ngc.nvidia website?