-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is your dockerhub image for r32.3.1 built on linux/amd64 #34
Comments
I'm not sure why the arch meta is wrong on Docker Hub. It's built on a Tegra device I use for the purpose. I think the issue is with the base image of JetPack 4.3. I would guess the same cause you did (qemu-user-static etc...). The 4.4 meta is correct, so it appears Nvidia fixed it. If for some reason |
I'm trying to find a docker image/build that details a build that runs with opencv I've tried yours and got the dreaded segmentation fault (core dumped) error sigh Steps to reproduce: I'm trying to run it on a nano with r32.3.1 and the reason why I'm doing it in docker containers is because I got a docker-compose microservices approach going. I've actually been dancing around this issue for some time and its quite vexing. Do you have a personal email/contact I could use? I've read your code and seen a lot of your solutions on the devtalk forums and would like to engage you on a professional basis (or at least contribute something) for some deploy ops, but haven't found a point of contact. I can be contacted on my @gmail.com |
That can happen when you don't specify Example run:
Depending on the compose version, you may not be able to use note: The |
@lackdaz Re: contact: michael.john.degans@gmail.com |
Ok, I hang my head in shame because I've made this error before. I probably should get the solution tattooed I'll be contacting you |
@lackdaz |
https://hub.docker.com/layers/mdegans/tegra-opencv/jp-r32.3.1-cv-4.3.0/images/sha256-dd1bf2da56d18f497bf0882645d2120b0765fe53680615fdeebcf38dcfea5c4c?context=explore
Shouldn't you have compiled it on arm64? I'm assuming you are compiling it on buildx or qemu
That said, I'm appreciative of the script. The jetsonhacks one is getting dated and doesn't work for docker container builds.
The text was updated successfully, but these errors were encountered: