This file contains 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
# Install Ubuntu 22.04 | |
sudo apt-get update | |
sudo apt-get upgrade -y | |
# Install ssh, curl, git, htop | |
sudo apt install openssh-server | |
sudo apt install curl git htop zstd | |
# Install CUDA toolkit 12.4 drivers | |
https://developer.nvidia.com/cuda-downloads |