I upgraded docker using sudo apt-get update/upgrade, and now when I try to run the nvcr.io/nvidia/l4t-ml:r32.6.1-py3 container, I get this error message:
`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.`
If I have to downgrade docker to the previous version, how do I do that? And if not, what can I do to fix this error?
I upgraded docker using
sudo apt-get update/upgrade, and now when I try to run the nvcr.io/nvidia/l4t-ml:r32.6.1-py3 container, I get this error message:`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.`
If I have to downgrade docker to the previous version, how do I do that? And if not, what can I do to fix this error?