NGC command line interface installing on Jetson Nano

Hi! I have a Jetson Nano with the JetPack 4.2.2 and I want to install the NGC cli.

I followed the instructions for linux that is showed here: NVIDIA NGC

However, when I tried to run

ngc config set

I got this:

ngc: cannot execute binary file: Exec format error

What am I doing wrong?

Regards.

Hi jdsastoqueb,

Please follow this page for using the container on Jetson if can help:
https://github.com/NVIDIA/nvidia-docker/wiki/NVIDIA-Container-Runtime-on-Jetson

Hi,

This error indicates you are using the binary which compiled with different architecture.

cannot execute binary file: Exec format error

Please noticed that Jetson is an ARM system while NGC only support x86 environment currently.

Not sure which use case do you want from NGC.
For nvdocker, you can try to install the container shared in comment#2.

Thanks.

1 Like

Thanks!