can I use your docker image and container in arm devices like jetson nano?
When running sudo docker run --gpus all --ipc=host --gpus all -it ultralytics/yolov5:latest on my Jetson Nano I got the following error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"process_linux.go:432: running prestart hook 0 caused \\\"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig.real --device=all --compute --utility --video --require=cuda>=9.0 --pid=16515 /var/lib/docker/overlay2/35b58c7ff41e43ee62504715529eea9d46807adffecbd618f7e890357412af75/merged]\\\\nnvidia-container-cli: mount error: mount operation failed: /usr/src/tensorrt: no such file or directory\\\\n\\\"\"": unknown.
I have no idea. This is a question for docker.
https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/
I would point people using devices in the Jetson family to start with these images and install this repo's requirements.txt from there.
BTW, there is a PR branch here with a jetson-specific docker solution I think https://github.com/ultralytics/yolov5/pull/395
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.