Added gcc, musl-dev, and libpq-dev to the list of installed dependencies. Included a step to fetch and deploy the latest Viseron GitHub release to /opt/viseron before setting up the Python environment.
Simplifies PyTorch, torchvision, and torchaudio installation by removing version constraints and adding appropriate index URLs for Intel and CPU-only setups. Also clarifies log messages and changes the default case to 'CPU' for no GPU detected.
Added pciutils to the list of dependencies and updated the Python version used for setup_uv from 3.12 to 3.13. Removed duplicate setup_uv and fetch_and_deploy_gh_release calls to streamline the installation process.
Set default Ubuntu version to 24.04 in ct/livebook.sh. Improve GPU detection and PyTorch installation logic in viseron-install.sh, supporting NVIDIA, Intel, AMD, and CPU-only environments. Update Python version to 3.13 and adjust credential file naming. Minor formatting fix in livebook-install.sh.
Replaces all occurrences of the 'init_error_traps' function with 'catch_errors' across container and install scripts for consistency in error handling. Also adjusts indentation and formatting in some scripts for improved readability.
* viseron addition
* author name change
* change source
* Fix build.func URL in viseron script
* Update install/viseron-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
* remvoe manual changes from changelog.md
* remove changes to repos.txt
* remove headers generated file
* remove comments as they are only needed for the wiki
* modified json file with notes and removed nonstandard echo as requested
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>