Error running docker (OCI runtime create failed)

Hi,
I’m trying to run the docker container for the DLI course and I’m getting this error:

 ./docker_dli_run.sh
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.

Im using the jetson nano 4GB B01 version with jetpack 4.6

Edit:
I’m able to run it without the Nvidia runtime

sudo docker run -it --rm nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.6.1
allow 10 sec for JupyterLab to start @ http://172.17.0.2:8888 (password dlinano)
JupterLab logging location:  /var/log/jupyter.log  (inside the container)
root@432a5c873d64:/nvdli-nano#

Hi,

You will need the --runtime nvidia flag to enable GPU within the container.

The OCI runtime create failed error is a known issue due to apt-upgrade.
Please check the below comment for the workaround:

Thanks.

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