I had an over current error that showed up in the power up and power settings on on my Jetson Orin Nano. Once I rebooted, the error went away but Docker would not load again no matter what processes I tried to follow from various forums with similar issues. I also tried a fresh install and setup with a new image of Jetpack 6.2 - but no avail. I then tried a fresh installation of JP 6.0. With 6.0, Docker loaded and initially worked until I rebooted. Do I have a hardware issue?
Docker issue.
You need to downgrade. This is what I downgraded:
sudo apt install docker-ce=5:27.5.1-1~ubuntu.22.04~jammy \
docker-ce-cli=5:27.5.1-1~ubuntu.22.04~jammy \
docker-compose-plugin=2.32.4-1~ubuntu.22.04~jammy \
docker-buildx-plugin=0.20.0-1~ubuntu.22.04~jammy \
docker-ce-rootless-extras=5:27.5.1-1~ubuntu.22.04~jammy
sudo apt-mark hold docker-ce=5:27.5.1-1~ubuntu.22.04~jammy \
docker-ce-cli=5:27.5.1-1~ubuntu.22.04~jammy \
docker-compose-plugin=2.32.4-1~ubuntu.22.04~jammy \
docker-buildx-plugin=0.20.0-1~ubuntu.22.04~jammy \
docker-ce-rootless-extras=5:27.5.1-1~ubuntu.22.04~jammy
The second command will hold these at this version so you can run apt upgrade
and not worry about it re-upgrading those.
^^^This!
Can confirm that works.
Thank you, greatly appreciated, all is good now
Hi,
As @hex4def6 mentioned, you can downgrade the docker version to 27.5.1 manually to fix the issue.
Please find more information in the below comment:
OC throttling is an expected behavior when the device runs heavy loading tasks like LLMs.
Although throttling is essential for the device, the notification can be turned off.
Please find more information in the below comment:
Thanks.
Thank you for this info AastaLLL
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.