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"
#Generate ssh keys:
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519
#Email or slack deric.chau@airbus-sv.com the output of:
cat ~/.ssh/id_ed25519.pub
#Create a ssh config file:
nano ~/.ssh/config