Skip to content

Commit fe3118c

Browse files
mszhanyimalfet
andauthored
Overwrite the existing dlls while unzipping (#4394)
* if there's dll, overwrite it * temp change * revert last Co-authored-by: Nikita Shulga <[email protected]>
1 parent c1ddb93 commit fe3118c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/windows/internal/cuda_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ xcopy /Y "%SRC_DIR%\temp_build\cudnn\cuda\lib\x64\*.*" "%ProgramFiles%\NVIDIA GP
216216
xcopy /Y "%SRC_DIR%\temp_build\cudnn\cuda\include\*.*" "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VERSION_STR%\include"
217217

218218
echo Installing GPU driver DLLs
219-
7z x %SRC_DIR%\temp_build\gpu_driver_dlls.zip -o"C:\Windows\System32"
219+
7z x %SRC_DIR%\temp_build\gpu_driver_dlls.zip -aoa -o"C:\Windows\System32"
220220

221221
echo Cleaning temp files
222222
rd /s /q "%SRC_DIR%\temp_build" || ver > nul

0 commit comments

Comments
 (0)