Docker

I’m trying to build Docker containers and PyTorch docker but got the error below,

Step 4/23 : RUN apt-get update && apt-get install -y --no-install-recommends python3-pip python3-dev libopenblas-dev libopenmpi2 openmpi-bin openmpi-common gfortran && rm -rf /var/lib/apt/lists/* && apt-get clean
—> Running in 599c1b2cd452
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

Device Info: Jetson Nano 4GB
JetPack 4.6

Hi @senasahin, I believe this error comes from a recent apt upgrade issue where the docker.io/containerd packages got upgraded. Please follow these steps to downgrade your Docker packages:

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