Cannot get a docker container running from one of the Nvidia courses

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

Hi,

Could you try if the below workaround works on your use case?

Thanks.

Hello AstaLLL,
I just did sudo apt upgrade and it looks like I am missing out on a lot so I am going to wait until that finishes and hopefully the docker script will work again.

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