test(unraid): record CUDA and NDI runtime versions
This commit is contained in:
@@ -134,6 +134,7 @@ services:
|
||||
python -m pytest -q /tests > /validation/unit-tests.txt 2>&1
|
||||
python /app/tail2/validate_runtime.py > /validation/runtime.json
|
||||
python -m pip freeze | sort > /validation/pip-freeze.txt
|
||||
python /app/tail2/version_report.py > /validation/runtime-versions.json
|
||||
find / -xdev -type f -name 'libndi.so*' -print > /validation/ndi-runtime-files.txt 2>/dev/null || true
|
||||
nvidia-smi --query-gpu=name,driver_version,memory.total,memory.used,temperature.gpu --format=csv,noheader > /validation/gpu.csv
|
||||
sha256sum /models/*.pth > /validation/model-sha256.txt
|
||||
|
||||
Reference in New Issue
Block a user