import type { Metadata } from "next" export const metadata: Metadata = { title: "Install Coral TPU on the Host | ProxMenux Documentation", description: "Learn how to install a Coral TPU on the Proxmox VE host using ProxMenux.", } export default function InstallCoralTPUHost() { return (

Install Coral TPU on the Host

This guide will walk you through the process of installing a Coral TPU on your Proxmox VE host using ProxMenux.

{/* Add more content here */}
) }