1️⃣ Prepare the Proxmox Host
1.1 Update the system & install prerequisites
apt install g++ freeglut3-dev build-essential libx11-dev libxmu-dev \ libxi-dev libglu1-mesa-dev libfreeimage-dev libglfw3-dev \ wget htop btop nvtop nano glances git pciutils cmake curl \ libcurl4-openssl-dev pve-headers-$(uname -r) dkms make -y \ && update-initramfs -u && reboot now
Why?
Installs compilers, libraries, DKMS support, and updates the initramfs so the new kernel can load the driver.

