vault backup: 2026-04-27 22:49:41

This commit is contained in:
2026-04-27 22:49:41 +01:00
parent df8a14f3a8
commit 7f66c7dc55
2 changed files with 47 additions and 6 deletions
@@ -0,0 +1,26 @@
---
category:
- "[[Note]]"
type:
- "[[Log]]"
title: setting up gpu with proxmox lxc
created: 2026-04-27T22:33:37
date: 2026-04-27
tags:
---
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`
-