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
| # Install Ubuntu 22.04 | |
| sudo apt-get update | |
| sudo apt-get upgrade -y | |
| # Install tools | |
| sudo apt install git htop btop libcurl4-openssl-dev nvidia-cuda-toolkit | |
| # Install miniconda | |
| wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh | |
| chmod +x Miniconda3-latest-Linux-x86_64.sh |