Unverified Commit fe3118c5 authored by Yi Zhang's avatar Yi Zhang Committed by GitHub
Browse files

Overwrite the existing dlls while unzipping (#4394)



* if there's dll, overwrite it

* temp change

* revert last
Co-authored-by: default avatarNikita Shulga <nshulga@fb.com>
parent c1ddb93c
...@@ -216,7 +216,7 @@ xcopy /Y "%SRC_DIR%\temp_build\cudnn\cuda\lib\x64\*.*" "%ProgramFiles%\NVIDIA GP ...@@ -216,7 +216,7 @@ xcopy /Y "%SRC_DIR%\temp_build\cudnn\cuda\lib\x64\*.*" "%ProgramFiles%\NVIDIA GP
xcopy /Y "%SRC_DIR%\temp_build\cudnn\cuda\include\*.*" "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VERSION_STR%\include" xcopy /Y "%SRC_DIR%\temp_build\cudnn\cuda\include\*.*" "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VERSION_STR%\include"
echo Installing GPU driver DLLs echo Installing GPU driver DLLs
7z x %SRC_DIR%\temp_build\gpu_driver_dlls.zip -o"C:\Windows\System32" 7z x %SRC_DIR%\temp_build\gpu_driver_dlls.zip -aoa -o"C:\Windows\System32"
echo Cleaning temp files echo Cleaning temp files
rd /s /q "%SRC_DIR%\temp_build" || ver > nul rd /s /q "%SRC_DIR%\temp_build" || ver > nul
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment