NVIDIA-AI-IOT / jetcard

An SD card image for web programming AI projects with NVIDIA Jetson Nano
MIT License
211 stars 81 forks source link

[WIP] Interactive installation for JP4.4.1 #30

Open jaybdub opened 3 years ago

jaybdub commented 3 years ago

For transparency and to simplify the install process for custom configurations, added interactive parameters to installation script.

Usage

Call sudo ./install.sh . No longer pass password. Instead, call whole script as sudo for transparency. We can escape sudo internally when needed.

sudo ./install.sh
Enable i2c permissions? (y): 
Install PyTorch? (y): n
...

TODO: