I have installed docker toolbox for windows.
downloaded docker image using “$docker pull…” which is showing when I run the command
$docker images
cloned the repository from github. changed the current directory to week1-ungraded-lab. Error shown in the picture
From your screenshot it looks like you cloned the repo within the D partition. Try cloning it inside the standard WSL2 filesystem. To know you’re inside this filesystem the path should look like /home/your-username/. Alternatively, consider running this lab using the conda method instead.