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
| # =========================== | |
| # 1️⃣ system update | |
| # =========================== | |
| sudo apt update && sudo apt upgrade -y | |
| sudo apt install -y build-essential git python3.12 python3.12-venv python3.12-dev wget curl | |
| # =========================== | |
| # 2️⃣ install cuda 12.8 (wsl) | |
| # =========================== | |
| # add nvidia repository |