sudo docker run -it --rm --runtime nvidia --network host nvcr.io/nvidia/l4t-pytorch:r32.6.1-pth1.9-py3
I get:
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.
Is there a way to restore the docker installation?
I have reinstalled Jetpack and repeated the docker pull and run command and it works without error, as soon as I apt update and upgrade docker stops working. I have a dozen of these devices and would prefer not having to restore each.
Hi @harrison-matt, can you try starting the container with --security-opt seccomp=unconfined flag? If that doesn’t work, please see these topics to downgrade your docker packages: