Update configure_coral.sh

This commit is contained in:
MacRimi 2025-01-30 13:08:31 +01:00 committed by GitHub
parent 13c0092b47
commit 232c88267d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"