Cannot run Tensorrt demo on jetson Nano Module - Not enough memory space to even install libraries!

Hi, I wish to run this example demo on the jetson nano module with 16gb emmc:

I’m using the sdk manager to flash the jetson nano module. After flashing, it already uses roughly 90% of disk space, leaving only 1.8GB to work with (ubuntu 6gb + libraries 8gb). The libraries that I selected is simply the defaults.

While attempting to install tensorflow-gpu, the module simply runs out of space. What can I do to get more space on the jetson while still being able to run this example?

Hi,

An alternative is to convert the uff model on a desktop environment so you don’t need to install TensorFlow on the Nano.
Thanks.