We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d21d1 commit 93191f8Copy full SHA for 93191f8
packaging/windows/internal/cuda_install.bat
@@ -212,6 +212,10 @@ if not exist "%SRC_DIR%\temp_build\NvToolsExt.7z" (
212
echo Installing CUDA toolkit...
213
7z x %CUDA_SETUP_FILE% -o"%SRC_DIR%\temp_build\cuda"
214
pushd "%SRC_DIR%\temp_build\cuda"
215
+sc config wuauserv start= disabled
216
+sc stop wuauserv
217
+sc query wuauserv
218
+
219
start /wait setup.exe -s %ARGS% -loglevel:6 -log:"%cd%/cuda_install_logs"
220
echo %errorlevel%
221
0 commit comments