Skip to content

Instantly share code, notes, and snippets.

@lucataco
lucataco / UbuntuMLsetup.sh
Last active December 16, 2023 10:51
Clean Ubuntu Install - Machine Learning setup
# 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.1 drivers
https://developer.nvidia.com/cuda-downloads