Community Script
The great community script for Proxmox:
- https://community-scripts.github.io/ProxmoxVE/
- Github: https://github.com/community-scripts/ProxmoxVE
Big thanks to the authors, especially the initial author: @tteck
Script with Nvidia GPU support
Here is a great repo for Proxmox Community Script and Nvidia Driver Support Baked In:
- https://github.com/remz1337/ProxmoxVE
- Big thanks to @remz1337 to automate the process of installing Nvidia driver on Proxmox VE and LXC.
I used the script on installing Frigate LXC with Nvidia GPU support. All works like a charm.
- Note the driver downloaded could be different from normal Nvidia driver installed through
apt
.- I found the ones installed through
apt
does not havenvidia-smi --version
flag. But the one intalled with the script has it.
- I found the ones installed through