Hi everybody, I’m running Python examples (recognition and detectnet) and modifying them inside the directory “my-recognition-python”. I’m using a container for this.
I’d want to add “import Jetson.GPIO as GPIO” to my scripts, to test digital output, but the package is not visible from within the container.
I apologize for the question, 'cause i’m a Linux beginner: is there a (detailed) method to fix this issue? I’m reading about giving root privileges to container, but --privileged flag is not recognized.
Thanks in advance!