Skip to content

Commit

Permalink
[fbsync] Overwrite the existing dlls while unzipping (#4394)
Browse files Browse the repository at this point in the history
Summary:
* if there's dll, overwrite it

* temp change

* revert last

Reviewed By: datumbox

Differential Revision: D31268060

fbshipit-source-id: 6e70e867268ce0786c198aec23ce4ec99b9c0014

Co-authored-by: Nikita Shulga <nshulga@fb.com>
  • Loading branch information
2 people authored and facebook-github-bot committed Sep 30, 2021
1 parent 9a2b697 commit dbc5c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/windows/internal/cuda_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"

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
rd /s /q "%SRC_DIR%\temp_build" || ver > nul

0 comments on commit dbc5c1f

Please sign in to comment.