Container installation

I’m doing the AI training and do:

sudo docker run --runtime nvidia -it --rm --network host --volume ~/nvdli-data:/nvdli-nano/data --device /dev/video0 nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.6.1

and get the reply:

docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: error adding seccomp filter rule for syscall clone3: permission denied: unknown.

I’m new to Jetson Nano. Can somebody help?

Hi,

Sorry that this is a known issue due to the docker upgrade.
Please find a workaround in the below comment:

Thanks.

I did it. but how do I run the docker now?

The previous command on NVIDIA site is:

sudo docker run --runtime nvidia -it --rm --network host
–volume ~/nvdli-data:/nvdli-nano/data
–device /dev/video0
nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.6.1

Hi,

Yes, after applying the workaround, please run the original command to see if it works.
Please let us know the following.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.