Hi, I pulled the docker image nvcr.io/nvidia/l4t-pytorch:r32.6.1-pth1.8-py3, because I installed my Jetpack 4.6 at Jetson Nano. After the pulling, I tried to run that image and this just happened.
insung@insung-desktop:~/MotuS-ML$ sudo docker run -it --rm --runtime nvidia --network host nvcr.io/nvidia/l4t-pytorch:r34.1.1-pth1.12-py3
docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: driver error: failed to process request: unknown.
I think the problem is that -runtime nvidia is a problem because we don’t have any errors without that command.
I reflashed the SD card and installed jetpack 4.6.1 on my jetson nano. I have additional questions…
You must deploy AI services using Nvidia Jetson. Containers that run and use CUDA via a Docker image build a fastapi server. Is there a way to run it automatically without logging in?