Replies: 1 comment 2 replies
-
👋 Hello @ChungRae, thank you for reaching out to the Ultralytics community 🚀! We appreciate you sharing your experience. An Ultralytics engineer will assist you shortly. In the meantime, here are some steps to help troubleshoot your issue and ensure smooth deployment: If this is a 🐛 Bug Report regarding the Jetson Docker deployment, could you please provide a more detailed minimum reproducible example and describe your environment setup? Specifically, it would help if you shared:
We suggest verifying that you are running in a compatible environment, as outlined in our Docker Quickstart Guide. UpgradeEnsure your pip install -U ultralytics Verified EnvironmentsYOLO can be run in various verified GPU environments. These include:
StatusCheck if the CI tests (which validate operation on macOS, Windows, and Ubuntu) are passing. This may give you insights into potential issues. If you'd like to explore community insights or real-time conversations, join us: Looking forward to your response! 😊 |
Beta Was this translation helpful? Give feedback.
-
I use Dockerfile-jeson-jetpack5 buld docker image succfully, the image name is demo, but creat container failed ,the error msg is :
failed to create link [../../../lib/aarch64-linux-gnu/tegra-egl/nvidia.json /usr/share/glvnd/egl_vendor.d/10_nvidia.json
my commnd is docker exec -ti --gpus all --runtime=nvidia demo:latest
Beta Was this translation helpful? Give feedback.
All reactions