Windows dependencies (WSL)
Last updated
Last updated
Don't follow this step if you plan to run BlurIt OP on Linux. instead.
Extract the BlurIt OP archive with your favorite tools. In WSL you can use the same command as for Linux:
Otherwise, just use your favorite tool to extract the archive.
Download the NVIDIA driver >= 470 exe from:
You can also update the drivers using .
To Check if WSL is installed, open PowerShell as administrator and run:
If WSL is not installed:
Then reboot your machine.
During the install don't forget to tick the Use WSL 2 instead of Hyper-V checkbox.
Docker-compose version must be <= 1.29.
To enter WSL, open PowerShell and type wsl
followed by pressing Enter.
To enter WSL, open PowerShell and type wsl
followed by pressing Enter.
Restart Docker:
Verify that Nvidia-Docker is installed:
Look for the GPU UUID and copy the two first parts of the UID. For instance, for GPU-45cbf7b3-f919-7228-7a26-b06628ebefa1 copy GPU-45cbf7b3.
Append the following JSON content on the Docker Desktop config like this:
Restart Docker for the change to take effect.
It is possible to modify the resources allocated to WSL. For more information, you can refer to this link: .
Instruction to install docker CE on windows with WSL 2 backend : .
Replace xxxxxxxx
with the UUID you noted at .