-
Notifications
You must be signed in to change notification settings - Fork 18
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
running docker-compose-gui-nvidia.yml on jetson nano #1
Comments
Hi @RezaOptimotive
This minimal Docker should now compile as long as you have properly set-up the Nvidia Container Runtime. Then once inside the Docker execute |
This is the output I get:
Next I'll try building from source. |
I see, could you try modifying your Dockerfile now as follows:
and see if that works? |
the source docker file is still building, should be the end of it though. I'll test this new one right after testing the source container. |
@RezaOptimotive Excellent, keep me posted. Would be cool if we could make this work for |
Building from source works great! Moving on to the latest Dockerfile you sent! |
It gives |
@RezaOptimotive I see, just saw before that you had the output Have you already tested that it not only builds but you are also able to access the camera with e.g. |
Yes! After that I tested Then I tested running
So from this I added It might be worth making a new issue for this however if you agree. |
Excellent, let's open a separate issue for that (but it should be fairly easy to fix). Let me know in that issue what your set-up is like in more detail (operating system, is a screen attached to the Jetson or are you connecting over ssh?). |
Should be resolved in #2 (comment). |
So I'm trying to run the nvidia gui file on jetson nano.
I installed docker-compose on the nano using pip3:
I might've missed some packages that I installed!
then I did:
and with the last command I get this output:
Any thoughts?
The text was updated successfully, but these errors were encountered: