Unable to import Jetson.GPIO Module in Docker Environment

Right now on the Jetson, I am able to run the GPIO library in it’s regular environment. However, when I try running it from a docker environment (one specifically forked from the nvidia jetpack image), I am unable to get it to work. I get the following message

RuntimeError: The current user does not have permissions set to access the library functionalites. Please configure permissions or use the root user to run this

However, I’m already on the root account within the docker container. I’ve also tried implementing a supposed fix on this site, but it didn’t work. Are there any more potential fixes for this issue?

Hi,

Some --device configures are required to enable the GPIO access within the docker.
Please find the below topic for more details:

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.