DIGITS Docker image fails to run

I have installed the latest image on my jetson nano and I wanted to try out digits container but it fails to run.
Can anyone help or give a suggestion of what to try?
Thanks

robert@nano1:~$ sudo docker pull nvcr.io/nvidia/digits:19.07-tensorflow
19.07-tensorflow: Pulling from nvidia/digits
Digest: sha256:b0ff402b82e2293b26be7235d6b2660e58f39418180f073de071c88e25b62dc1
Status: Image is up to date for nvcr.io/nvidia/digits:19.07-tensorflow
robert@nano1:~$ sudo nvidia-docker run -it --rm nvcr.io/nvidia/digits:19.07-tensorflow
docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "process_linux.go:424: container init caused \"process_linux.go:407: 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=26240 /var/lib/docker/overlay2/3e102ace7ef877d710cd27beb43feec03228b2f835a1db35f3c02470f14db031/merged]\\nnvidia-container-cli: mount error: mount operation failed: /usr/src/tensorrt: no such file or directory\\n\\"\"": unknown.
robert@nano1:~$ 

robert@nano1:~$ sudo docker pull nvcr.io/nvidia/digits:19.07-caffe
19.07-caffe: Pulling from nvidia/digits
Digest: sha256:b39590d4c3f1f99b30ed381665d4ca1f251c9b9221e7747d3e24780dd3a36153
Status: Image is up to date for nvcr.io/nvidia/digits:19.07-caffe
robert@nano1:~$ sudo nvidia-docker run -it --rm nvcr.io/nvidia/digits:19.07-caffe
standard_init_linux.go:207: exec user process caused "exec format error"
robert@nano1:~$

I get the same issue. No idea what to do with this error.

I was able to change the error for the first one but doing this (though I dont think I should have had to do it)…

robert@nano1:~$ sudo nvidia-docker run -it --rm -v /usr/src:/usr/src nvcr.io/nvidia/digits:19.07-tensorflow
standard_init_linux.go:207: exec user process caused "exec format error"
robert@nano1:~$

Just to clarify, if I am flashing a Jetson Xavier using the NVIDIA SDK Manager from an Ubuntu Hhost, I do not need to run things from the command line as the SDK Manager should be doing all of the updates and installs. Is this assumption 100% correct??? Thanks