Hello there,
I am trying to get a docker container running from one of the Nvidia courses (its called Building Video AI Applications at the edge on Jetson Nano) and for some reason when I try to run the sudo docker script I get this 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.
Can anyone tell me why I might be getting it?
FYI im using this to run the docker:
sudo docker run --runtime nvidia -it --rm --network host \
> -v /tmp/.X11-unix/:/tmp/.X11-unix \
> -v /tmp/argus_socket:/tmp/argus_socket \
> -v ~/my_apps:/dli/task/my_apps \
> --device /dev/video0 \
> nvcr.io/nvidia/dli/dli-nano-deepstream:v2.0.0-DS6.0.1
324Hz
win21H2
he/him