Hi Everyone,
We are trying to install a Tensorflow container from NGC on the TX2.
Specifically, the image in question is:
nvcr.io/nvidia/tensorflow:19.09-py2
This fails with the following error:
nvidia-docker run --rm -ti nvcr.io/nvidia/tensorflow:19.10-py2 /bin/bash
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "process_linux.go:430: container init caused \"process_linux.go:413: running prestart hook 1 caused \\"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig.real --device=all --compute --utility --video --require=cuda>=9.0 --pid=14866 /var/lib/docker/overlay2/992f889aec90bddd79f61e973b416fb49135c80940fb79cc58fb2675cd26a8a3/merged]\\nnvidia-container-cli: mount error: mount operation failed: /usr/src/tensorrt: no such file or directory\\n\\"\"": unknown.
We checked on the Jetson host, which is running Jetpack 4.2.2, and the CSV files for the container mount directories are there, the TensorRT directory in question is also present.
What could be causing this error?
Are these containers compatible with Jetson?
Any help will be appreciated,
Thanks