Windows
To ensure smooth Docker operation on the Windows operating system, the essential software support includes NVIDIA driver, CUDA Toolkit, and WSL2.
Last updated
To ensure smooth Docker operation on the Windows operating system, the essential software support includes NVIDIA driver, CUDA Toolkit, and WSL2.
Last updated
Although the project's documentation provides instructions on downloading NVIDIA driver and CUDA Toolkit (kindly check here), some users may encounter difficulties in selecting the appropriate NVIDIA driver version for their GPU, encounter errors during CUDA Toolkit installation, or forget to install WSL2. Therefore, I'll guide you through resolving these issues.
Open Powershell
Type this command in Powershell to check your GPU model:
Choose the correct Driver version https://www.nvidia.com/download/index.aspx
Installation errors while installing CUDA Toolkit are common issues encountered by many users. Follow these steps to resolve the error:
When reinstalling CUDA Toolkit, opt for Custom (Advanced) installation.
After selecting the custom installation option, expand the CUDA section and uncheck the option for "Nsight Compute" to exclude it from the installation. This step ensures that only the necessary components are installed, reducing the likelihood of errors.
Proceed with the installation process.