import { Steps } from "@/components/ui/steps" import CopyableCode from "@/components/CopyableCode" export const metadata = { title: "Install Coral TPU on the Host | ProxMenux Documentation", description: "Step-by-step guide to install Google Coral TPU drivers on a Proxmox VE host using ProxMenux.", } export default function InstallCoralTPUHost() { return (
Before using Coral TPU inside an LXC container, the drivers must first be installed on the Proxmox VE host. This script automates that process, ensuring the necessary setup is completed.
This guide explains how to install and configure Google Coral TPU drivers on a Proxmox VE host using ProxMenux.
This setup enables hardware acceleration for AI-based applications that leverage Coral TPU.
The script automates the following steps:
The script prompts the user for confirmation before proceeding, as a system restart is required after installation.
The script verifies and configures required repositories:
The script installs and compiles the required drivers:
The script prompts the user to restart the server to apply the changes.