Hi,
I am trying to run a deepstream container by importing the image into ctr (containerd) and running it using this :
ctr -n k3s.io run -t --runtime=nvidia myregistry/test:1.0 test_img
but I get an error saying : ctr: failed to start shim: failed to resolve runtime path: invalid runtime name nvidia, correct runtime name should be either format like io.containerd.runc.v1
or a full path to the binary: unknown
But I have added the correct lines in /etc/containerd/config.toml
Any reason why this could be happening ?
Attaching my config.toml here
config.toml.txt (7.2 KB)