Hello, I’m beginner of using jetson & deeplearning. I’m trying to follow Cloud-Nativie Demo on Jetson (written by NVIDIA-AI-HOT, GitHub - NVIDIA-AI-IOT/jetson-cloudnative-demo: Multi-container demo for Jetson Xavier NX and Jetson AGX Xavier). There are instructions shown in pages, but as I follow, it keep shows error in this code.
(sudo mv /var/lib/docker/* /home/nvidia/nvme/docker/.)
I can see the docker directory in var/lib. But it keeps saying that therer are no file or directory.
Could anyone help me please?
Thank you
I have one more question. If I successfully move docker file to nvme ssd, is the download path (docker pull command) automatically change too or should I do something else?