File size: 673 Bytes
3e6436b
65b5104
3e6436b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7296fc1
 
 
 
3e6436b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## AI Project: Finetuning Language Models - Toxic Tweets
Hello this is for milestone -1

# Enable WSL2 feature
wsl --install (Ubuntu is automatically installed and wsl2 by default)

create linux username and password

sudo apt update && sudo apt upgrade

Ubuntu can be seen in Windows Terminal now


# Download and install the linux kernel update package
Error: wsl_update_x64.msi unable to run because "This update only applies to machines with the Windows Subsystem for Linux"
Solution: Opened Windows features and enabled "Windows Subsystem for Linux"
Successfully run update package


# Download Docker Desktop


`docker ps`
`docker image ls`
`docker run -it ubuntu`