Spaces:
Sleeping
Sleeping
## 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 | |