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
#!/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" |
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
#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 |