Skip to content

Instantly share code, notes, and snippets.

@lucataco
lucataco / UbuntuMLsetup.sh
Last active October 19, 2025 23:24
Clean Ubuntu Install - Machine Learning setup
# Install Ubuntu 22.04
sudo apt-get update
sudo apt-get upgrade -y
# Install tools
sudo apt install git htop btop
# Install miniconda
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod +x Miniconda3-latest-Linux-x86_64.sh