File size: 422 Bytes
f676eff 177e531 f676eff 177e531 f676eff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
AWS Setup:
```bash
# partitioning nvme, adding swap
wget https://huggingface.co/arot/setup_scripts/raw/main/aws_first_launch_setup.sh -O aws_first_launch_setup.sh && chmod +x aws_first_launch_setup.sh && ./aws_first_launch_setup.sh
# installing awscli, btop, git-lfs, miniconda
wget https://huggingface.co/arot/setup_scripts/raw/main/aws_software_setup.sh -O software.sh && chmod +x software.sh && ./software.sh
``` |