26 Commits

Author SHA1 Message Date
CanbiZ
43db95a38a Remove redundant uid from device config and update install script
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Eliminates the unnecessary 'uid=0' parameter from device configuration in GPU passthrough setup for privileged containers. Also updates the viseron install script to remove the target directory argument from the fetch_and_deploy_gh_release call, aligning with changes in its usage.
2025-09-29 11:55:33 +02:00
CanbiZ
7d6822ecbd Update dependencies and add Viseron release fetch
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.
2025-09-29 11:35:47 +02:00
CanbiZ
6560a7c212 Remove redundant install and environment steps
Eliminated duplicate pip install command and unnecessary PATH environment variable from the Viseron install script to streamline setup.
2025-09-29 10:29:35 +02:00
CanbiZ
35b28969be Update PyTorch install commands for GPU detection
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.
2025-09-29 10:24:25 +02:00
CanbiZ
88fd3a63ed Update dependencies and Python version in install script
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.
2025-09-29 10:14:16 +02:00
CanbiZ
d0ce943d6c Update install scripts for Livebook and Viseron
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.
2025-09-29 10:06:34 +02:00
CanbiZ
b840a8aa32 Replace init_error_traps with catch_errors in scripts
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
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.
2025-09-19 08:53:49 +02:00
CanbiZ
eed916b6cc test 2025-09-15 15:38:03 +02:00
CanbiZ
5a735d09e5 test 2025-08-18 11:29:10 +02:00
CanbiZ
d01ae72a5f fixes 2025-08-18 10:21:02 +02:00
CanbiZ
779762c3dd fixes 2025-08-18 09:50:50 +02:00
CanbiZ
64e3fbe983 Update viseron-install.sh 2025-08-18 09:23:47 +02:00
CanbiZ
af2e10edb6 fixes 2025-08-18 09:07:39 +02:00
CanbiZ
24728236d6 Update viseron-install.sh 2025-08-18 08:50:22 +02:00
CanbiZ
c831e7e9f9 Update viseron-install.sh 2025-08-18 08:41:40 +02:00
CanbiZ
86088220f5 Update viseron-install.sh 2025-08-18 08:37:15 +02:00
CanbiZ
bb4ccbf06d Update viseron-install.sh 2025-08-18 08:33:05 +02:00
CanbiZ
7842c4d0e9 remove 2025-08-05 08:33:15 +02:00
CanbiZ
cab4d85468 test 2025-08-05 08:19:20 +02:00
CanbiZ
ceb414d967 Update viseron-install.sh 2025-08-05 07:56:47 +02:00
CanbiZ
977e5a05eb Update viseron-install.sh 2025-07-21 13:48:08 +02:00
CanbiZ
aebdae5dee Update viseron-install.sh 2025-07-21 13:39:49 +02:00
CanbiZ
2a3b9454e7 Update viseron-install.sh 2025-07-21 13:30:23 +02:00
CanbiZ
ddf9148dc0 fixes 2025-07-21 13:27:47 +02:00
CanbiZ
62e2b07dab Update viseron-install.sh 2025-07-21 13:18:43 +02:00
Jeton R.
e6013b5a2a
viseron addition (#699)
* 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>
2025-07-14 15:04:29 +00:00