fix: update NVIDIA to 590.48.01, add sha256 verification for installer

- 550.54.15 did not exist on NVIDIA CDN (404)
- updated to 590.48.01 (latest stable, 396MB)
- download sha256sum file first, verify installer before extracting
- re-download if file is missing, empty, or sha256 mismatch

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 18:10:31 +03:00
parent e5c1ef2c33
commit 559fc2961d
2 changed files with 31 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
ALPINE_VERSION=3.21
KERNEL_VERSION=6.6
NVIDIA_DRIVER_VERSION=550.54.15
NVIDIA_DRIVER_VERSION=590.48.01
GO_VERSION=1.23.6