From 232c88267dcb19721865f509a4fccc2622e96678 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:08:31 +0100 Subject: [PATCH] Update configure_coral.sh --- scripts/configure_coral.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scripts/configure_coral.sh b/scripts/configure_coral.sh index ce90391..5dcd29e 100644 --- a/scripts/configure_coral.sh +++ b/scripts/configure_coral.sh @@ -354,6 +354,19 @@ final_restart_prompt # Version : 1.0 # Last Updated: 28/01/2025 # ========================================================== +# Description: +# This script automates the configuration and installation of +# Coral TPU and iGPU support in Proxmox VE containers. It: +# - Configures a selected LXC container for hardware acceleration +# - Installs and sets up Coral TPU drivers on the Proxmox host +# - Installs necessary drivers inside the container +# - Manages required system and container restarts +# +# The script aims to simplify the process of enabling +# AI-powered video analysis capabilities in containers +# LXC, leveraging hardware acceleration for +# improved performance. +# ========================================================== # Configuration ============================================ REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main"