I am currently following the instructions found at JetPack Cross Compilation container and just want to point out that docker doesn’t seem to like the image name containing “/”. I am only able to launch it by using the image id found with command `docker images’
Thanks for your report but we need more info to feedback internally.
Do you mean the “/” in nvcr.io/nvidia/jetpack-linux-aarch64-crosscompile-x86:${SW_VERSION}?
But we can use the name without issue for docker pull and docker run.
When I run docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v ${WORKSPACE}:/workspace nvcr.io/nvidia/jetpack-linux-aarch64-crosscompile-x86:${SW_VERSION}
I get `docker: invalid spec: :/workspace: empty section between colons.`