Closed jainRAV closed 11 months ago
I have the same problem, I hope someone can help us
For now you can uninstall docker (Ubuntu version) and install docker-ce from docker website as a temporary solution.
also happened for me with fresh new flashed Orin with Jetpack 5.1 Installing the docker-ce through apt worked fine so far
Could you please try again with the latest release on JetPack 5.1.2? We believe a simple reinstall should fix the issues with Docker BuildKit
We have detailed steps to resolve this in the troubleshooting section on our documentation website.
I am experiencing the same issue. I am using JetPack 5.1.2, Jetson Orin NX. When I do
cd ~/workspaces/isaac_ros-dev/src/isaac_ros_common/ && \
git lfs ls-files -s
I get
> git lfs ls-files -s
945a1a82ee * docker/tao/tao-converter-aarch64-tensorrt8.4.zip (36 KB)
This doesn't look like the example on the link. Is this related to the problem?
For now you can uninstall docker (Ubuntu version) and install docker-ce from docker website as a temporary solution.
This solved the problem. Thank you!
When running ./run_dev.sh on newly installed and updated (apt) jetpack, following error occurs:
ERROR: BuildKit is enabled but the buildx component is missing or broken. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Failed to build base image: isaac_ros_dev-aarch64, aborting.
Assigning DOCKER_BUILDKIT=0
here may temporarily solve the issue.
Disabling BuildKit will work temporarily but will soon break as we take advantage of BuildKit features + syntax which are not backwards compatible with the legacy builder environment. The issue here is that buildx plugin is no longer installed by default with docker (for some reason).
As @jaiveersinghNV mentioned, we have a troubleshooting note on this issue here that should help here. If not, please let us know.
When running ./run_dev.sh on newly installed and updated (apt) jetpack, following error occurs: