Hello,
I’ve been able to consistently build Docker containers starting from the Docker images available at GitHub - dusty-nv/jetson-containers: Machine Learning Containers for NVIDIA Jetson and JetPack-L4T however, this week after a recent update to my Jetson AGX Xavier, I’ve been getting the following error whenever a Dockerfile contains a RUN command:
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
Running dockerd --version or nvidia-docker --version yields:
Docker version 20.10.7, build 20.10.7-0ubuntu5~18.04.3
Is this a known issue? I believe all my docker resources are up to date
.