Utilise python gpio library of jetson nano from nvidia runtime container

I am working on a project which needs ros kinetic as,many packages like ros-librealsense are not available on melodic so,i thought of trying nvidia container runtime and use a kinetic image.
How can i use the python gpio library from a nvidia container runtime and,use other features and files of jetson nano while inside a container?
Please help me

You should cross-mount /dev/gpio* devices and the /sys/class/gpio file system into the container.