Quick note to myself (and anyone else who hits this). I upgraded one of my LXC containers — the one that hosts my websites — from Debian 12 to Debian 13 (Trixie). After the upgrade, …
Tag: proxmox
NVIDIA Tesla GPU passthrough to LXC container on Proxmox
Quick note to myself on getting Tesla P100 and P4 cards accessible inside a privileged LXC container on Proxmox 8.4 for PyTorch workloads. This is the LXC approach — not VM passthrough via vfio. LXC …
Reset root password for Linux Container (LXC)
Setting up Linux containers is very easy in ProxMox, but one of the things that you need to do is set a password when you create the image. Makes sense, especially if others have access …
NVidia vGPU with Proxmox
I had written a post on the Proxmox forum about this, but wanted to write this page here (mainly for my reference). https://forum.proxmox.com/threads/pve-8-22-kernel-6-8-and-nvidia-vgpu.147039/ This is for enabling Proxmox to use an NVidia GPU (e.g. Tesla …
Making a Proxmox VM in to an LXC template
When using Proxmox one of the things that feels helpful to do is to configure the LXC (Linux Container) OSes exactly how you like them. We all have our preferences of what we want in …
Simple install for Proxmox on Debian 12
I have been experimenting with Proxmox at home and while I have tried the ISO installer that is available, I didn’t like the fact of not being able to set up the drives the way …