0) Install WSL2 Ubuntu 20.04LTS
- https://s1gr1d.medium.com/how-to-set-up-linux-on-windows-with-wsl-2-debe2a64d20d
How to set up Linux on Windows with WSL 2
WSL allows you to run a Linux environment directly on Windows. In this step-by-step guide, I want to show you how you can set up WSL 2.
s1gr1d.medium.com
- I just followed the following process.
Control Pennel > Programs > Turn Windows features on or off
Check [Windows Subsystem for Linux] and Virtual Machine Platform
Restart the computer
Install Ubuntu 20.04LTS from the Microsoft Store software
1) Enabling GPU acceleration on Ubuntu on WSL2 with the NVIDIA CUDA Platform
- https://ubuntu.com/tutorials/enabling-gpu-acceleration-on-ubuntu-on-wsl2-with-the-nvidia-cuda-platform#1-overview
Enabling GPU acceleration on Ubuntu on WSL2 with the NVIDIA CUDA Platform | Ubuntu
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
ubuntu.com
2) Install TensorFlow with pip
- https://www.tensorflow.org/install/pip#windows-wsl2_1