Files
bobbie-pkm/_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md
T

633 B

category, type, title, created, date, tags
category type title created date tags
Note
Log
setting up gpu with proxmox lxc 2026-04-27T22:33:37 2026-04-27

passing thought gpu to Proxmox lxc container

  • install nvidia drivers on the host
  • install partial drivers in the lxc
  • blacklist novel (something like that) drvier
    • black list files are in ``
    • edit /etc/modprobe.d/pve-blacklist.conf or create own .conf if it doesn't exist
    • add following lines
      • blacklist nouveau
      • options nouveau modeset=0
    • exec update-grub
    • exec update-initramfs -u
    • reboot
  • enable power management on the host
    • nvidia-smi -pm 1