mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-25 13:51:15 +00:00
update
This commit is contained in:
20
web/app/docs/hardware/igpu-acceleration-lxc/page.tsx
Normal file
20
web/app/docs/hardware/igpu-acceleration-lxc/page.tsx
Normal file
@@ -0,0 +1,20 @@
|
||||
import type { Metadata } from "next"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "HW iGPU acceleration to an LXC | ProxMenux Documentation",
|
||||
description: "Learn how to enable hardware iGPU acceleration for an LXC container in Proxmox VE using ProxMenux.",
|
||||
}
|
||||
|
||||
export default function IGPUAccelerationLXC() {
|
||||
return (
|
||||
<div className="max-w-3xl mx-auto">
|
||||
<h1 className="text-3xl font-bold mb-6">HW iGPU acceleration to an LXC</h1>
|
||||
<p className="mb-4">
|
||||
This guide will walk you through the process of enabling hardware iGPU acceleration for an LXC container in
|
||||
Proxmox VE using ProxMenux.
|
||||
</p>
|
||||
{/* Add more content here */}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user