Hi.
I tried to set up a jupyter lab in Headless Device Mode, watching the nvidia online course Getting Started AI on Jetson nano.
When I typed “./docker_dli_run.sh”, below message appeared.
Please let me know What mistakes did I make? And What should I do ?
[sudo] password for :
Preformatted textdocker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused “process_linux.go:449: container init caused "process_linux.go:432: running prestart hook 0 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 --compat32 --graphics --utility --video --display --pid=9360 /var/lib/docker/overlay2/1a9f4e3ca50873bb4aa304ef27dffed120f2a688019162eb908ab6cffd8fca91/merged]\\nnvidia-container-cli: mount error: file creation failed: /var/lib/docker/overlay2/1a9f4e3ca50873bb4aa304ef27dffed120f2a688019162eb908ab6cffd8fca91/merged/usr/lib/aarch64-linux-gnu/libnvidia-fatbinaryloader.so.440.18: file exists\\n\""”: unknown.
I use Raspberry Pi Camera Module V2.
I maybe use correctly jetpack v2.0.1-r32.4.4.
$ cat docker_dli_run.sh
sudo docker run --runtime nvidia -it --rm --network host --volume ~/nvdli-data:/nvdli-nano/data --volume /tmp/argus_socket:/tmp/argus_socket --device /dev/video0 nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.4.4
I think that I built docker directory.
~$ ls -l total 68 drwxr-xr-x 2 yugo yugo 4096 1月 29 2018 Desktop -rwxrwxr-x 1 yugo yugo 224 3月 12 23:07 **docker_dli_run.sh** drwxr-xr-x 2 yugo yugo 4096 1月 29 2018 Documents drwxr-xr-x 2 yugo yugo 4096 1月 29 2018 Downloads -rw-r--r-- 1 yugo yugo 8980 1月 29 2018 examples.desktop -rw-rw-r-- 1 yugo yugo 555 3月 11 21:23 Hello.ipynb drwxr-xr-x 2 yugo yugo 4096 1月 29 2018 Music drwxr-xr-x 2 root root 4096 3月 12 22:34 nvdli-data drwxrwxr-x 2 yugo yugo 4096 3月 12 22:50 nvidli-data drwxrwxr-x 2 yugo yugo 4096 3月 12 21:56 nvli-data drwxr-xr-x 2 yugo yugo 4096 1月 29 2018 Pictures drwxr-xr-x 2 yugo yugo 4096 1月 29 2018 Public drwxr-xr-x 2 yugo yugo 4096 1月 29 2018 Templates -rw-rw-r-- 1 yugo yugo 800 3月 11 21:21 Untitled.ipynb drwxr-xr-x 2 yugo yugo 4096 1月 29 2018 Videos