This repository assumes you have WSL2 and Docker installed, and that your computer has a working Nvidia GPU with all its drivers.
To build and run in Docker, from terminal inside WSL2:
docker build . -t nvidia-tensorflow
docker run -d --gpus all -p 8888:8888 nvidia-tensorflow
- Open http://localhost:8888 to use jupyter notebook