vault backup: 2026-04-27 23:12:07

This commit is contained in:
2026-04-27 23:12:07 +01:00
parent fda17151ee
commit bca0ebc379
@@ -42,3 +42,19 @@ WantedBy=multi-user.target
- systemctl daemon-reload - systemctl daemon-reload
- systemctl enable --now nvidia-monitor.service - systemctl enable --now nvidia-monitor.service
- to pass the gpu to the container
- exec `ls -l /dev/nvidia*`
- edit `/etc/pve/lxc/ID.conf`
- add following line, adjust using values from above
```
# Allow the container to access the GPU devices
lxc.cgroup2.devices.allow: c 195:* rwm
lxc.cgroup2.devices.allow: c 511:* rwm
# Pass through the device files
lxc.mount.entry: /dev/nvidia0 dev/nvidia0 none bind,optional,create=file
lxc.mount.entry: /dev/nvidia1 dev/nvidia1 none bind,optional,create=file
lxc.mount.entry: /dev/nvidiactl dev/nvidiactl none bind,optional,create=file
lxc.mount.entry: /dev/nvidia-uvm dev/nvidia-uvm none bind,optional,create=file
lxc.mount.entry: /dev/nvidia-uvm-tools dev/nvidia-uvm-tools none bind,optional,create=file
```