Skip to content

Instantly share code, notes, and snippets.

@dchau-wfr
dchau-wfr / dgx-late.sh
Created February 17, 2024 09:29 — forked from camille-rodriguez/dgx-late.sh
Late command to install drivers and packages for DGX A100
#!/bin/sh
set -e
set -x
export DEBIAN_FRONTEND=noninteractive
# NVIDIA_DRIVER_VERSION=450-server
NVIDIA_DRIVER_VERSION=460
echo "LAUNCHING DGX-LATE.SH SCRIPT"