Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
AWS Setup:
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
|
8 |
+
```bash
|
9 |
+
# partitioning nvme, adding swap
|
10 |
+
wget https://huggingface.co/kiriyamaX/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
|
11 |
+
|
12 |
+
# installing awscli, btop, git-lfs, miniconda
|
13 |
+
wget https://huggingface.co/kiriyamaX/setup_scripts/raw/main/aws_software_setup.sh -O software.sh && chmod +x software.sh && ./software.sh
|
14 |
+
```
|