I flashed the TX2 (developerkit) with the latest jetpack version 4.6.1 R32.
When I try to run the docker container from the online course “getting started with AI on jetson nano”
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.6.1
I get the following error:
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.
Ubuntu 18.04.6 LTS and docker Version 20.10.7 was already installed on the TX2.
How can I fix this error?