Spaces:
Sleeping
Sleeping
Finished installing Docker
Browse files
README.md
CHANGED
@@ -1,2 +1,23 @@
|
|
1 |
-
|
2 |
Hello this is for milestone -1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## AI Project: Finetuning Language Models - Toxic Tweets
|
2 |
Hello this is for milestone -1
|
3 |
+
|
4 |
+
# Enable WSL2 feature
|
5 |
+
wsl --install (Ubuntu is automatically installed and wsl2 by default)
|
6 |
+
|
7 |
+
create linux username and password
|
8 |
+
|
9 |
+
sudo apt update && sudo apt upgrade
|
10 |
+
|
11 |
+
Ubuntu can be seen in Windows Terminal now
|
12 |
+
|
13 |
+
|
14 |
+
# Download and install the linux kernel update package
|
15 |
+
Error: wsl_update_x64.msi unable to run because "This update only applies to machines with the Windows Subsystem for Linux"
|
16 |
+
Solution: Opened Windows features and enabled "Windows Subsystem for Linux"
|
17 |
+
Successfully run update package
|
18 |
+
|
19 |
+
|
20 |
+
# Download Docker Desktop
|
21 |
+
|
22 |
+
|
23 |
+
|