Getting Started with NVIDIA GPU Cloud

NVIDIA GPU Cloud (NGC) is a GPU compute platform that runs everywhere. Data scientists and researchers can now rapidly build, train, and deploy neural network models to address some of the most complicated AI challenges. NGC Cloud manages a catalog of fully integrated and optimized deep learning framework containers. This NGC Deep Learning Stack is optimized to run on any accelerated computing environment (ACE), from PC with NVIDIA TITAN X or GeForce® GTX 1080Ti to NVIDIA DGX™ Systems or the cloud, providing flexibility as your deep learning needs evolve. Now users can test locally on their PCs and deploy to production on without any change to their applications or models.

Here are some good resources for learning more about NVIDIA GPU Cloud:

NGC on NVIDIA.com - https://www.nvidia.com/en-us/gpu-cloud/
NGC documentation - https://ngc.nvidia.com/documentation/aws

Dear all,

I follow from this page NVIDIA NGC on my Jetson Nano.

$ wget https://ngc.nvidia.com/downloads/ngccli_cat_linux.zip && unzip ngccli_cat_linux.zip && chmod u+x ngc
$ echo "export PATH=\"\$PATH:$(pwd)\"" >> ~/.bash_profile && source ~/.bash_profile
suryadi@nonaku:~/cli$ ./ngc
bash: ./ngc: cannot execute binary file: Exec format error

Is it because the cli is not for arm8 yet?
Is there any way to compile ngc on Jetson Nano?

Thank you very much in advance.

Suryadi

1 Like

I have the same issue with Xavier AGX. PLease advice smth.

Yes, of course, Xavier AGX and I are having the same problem. Please offer some advice.