fix: run build in screen session to survive SSH disconnects

Long builds (NVIDIA driver download+compile) would abort on SSH timeout.
Now build runs in a detached screen session on the VM, run-builder.sh
streams the log and waits for completion safely.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 18:07:17 +03:00
parent d4a2d7fa55
commit e5c1ef2c33
2 changed files with 25 additions and 5 deletions

View File

@@ -37,7 +37,8 @@ apk add \
wget \
curl \
tar \
xz
xz \
screen
# --- audit runtime packages (verify they exist in Alpine repos) ---
echo ""