Skip to content

Instantly share code, notes, and snippets.

View mileslucas's full-sized avatar

Miles Lucas mileslucas

View GitHub Profile
@AnnoyingTechnology
AnnoyingTechnology / build-coral-tpu.sh
Created November 23, 2025 12:41
build-coral-tpu-drivers-for-proxmox-ve-9.sh
#!/bin/bash
#
# Build Coral TPU kernel module in a throwaway LXC and install it on the host
# WITHOUT DKMS or build deps on the host.
#
set -e
CTID=999
STORAGE_PATH_BASE="/local-vms"