how to run mask-rcnn in it?

i follow yours tutorial install the sdk image.
but i found there is no nvidia driver.
and i also can’t run nvidia-docker because there is no way to install nvidia-driver

i can’t run nvidia-smi.

if i run the $sudo nvidia-container-cli --load-kmods info$ command
it is

NVRM version:   (null)
CUDA version:   10.0

Device Index:   0
Device Minor:   0
Model:          NVIDIA Tegra X1
Brand:          (null)
GPU UUID:       (null)
Bus Location:   (null)
Architecture:   5.3

very confused!!! please help

Hi,

nvidia-smi is a desktop GPU tool. Please use tegrastat instead for Jetson Nano.

sudo tegrastats

Jetson’s GPU driver is integrated into the OS image.
Please flash your device with JetPack 4.2.1 or above, the nvidia-docker is pre-installed in the system already.

Please check this tutoral for more information:
https://github.com/NVIDIA/nvidia-docker/wiki/NVIDIA-Container-Runtime-on-Jetson

Thanks.