This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # ============================================================================ | |
| # Vast.ai Host Offline-Install Bundle Fetcher | |
| # Target: Ubuntu Server 22.04 LTS (HWE kernel) + 8x RTX PRO 6000 Blackwell SE | |
| # Host CPU: 2x AMD EPYC 9355 (SP5) | |
| # | |
| # RUN THIS ON A MACHINE WITH INTERNET (preferably Ubuntu 22.04 itself, so apt | |
| # pulls matching-arch packages). It will populate ./bundle/ with everything | |
| # you need to carry into the air-gapped server. | |
| # |