Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
a687b83d
Unverified
Commit
a687b83d
authored
Mar 31, 2020
by
peterjc123
Committed by
GitHub
Apr 01, 2020
Browse files
Install gpu driver DLLs for Windows CI (#2032)
parent
986d2423
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
packaging/windows/internal/cuda_install.bat
packaging/windows/internal/cuda_install.bat
+8
-0
No files found.
packaging/windows/internal/cuda_install.bat
View file @
a687b83d
...
...
@@ -96,6 +96,11 @@ if not exist "%SRC_DIR%\temp_build\NvToolsExt.7z" (
if
errorlevel
1
exit
/b
1
)
if
not
exist
"
%SRC_DIR%
\temp_build\gpu_driver_dlls.7z"
(
curl
-k -L
"https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq&export=download"
--output
"
%SRC_DIR%
\temp_build\gpu_driver_dlls.7z"
if
errorlevel
1
exit
/b
1
)
echo
Installing
CUDA
toolkit
...
7
z
x
%CUDA_SETUP_FILE%
-o
"
%SRC_DIR%
\temp_build\cuda"
pushd
"
%SRC_DIR%
\temp_build\cuda"
...
...
@@ -131,5 +136,8 @@ xcopy /Y "%SRC_DIR%\temp_build\cudnn\cuda\bin\*.*" "%ProgramFiles%\NVIDIA GPU Co
xcopy
/Y
"
%SRC_DIR%
\temp_build\cudnn\cuda\lib\x64\*.*"
"
%ProgramFiles%
\NVIDIA GPU Computing Toolkit\CUDA\v
%CUDA_VERSION_STR%
\lib\x64"
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
7
z
x
%SRC_DIR%
\temp_build\gpu_driver_dlls.zip
-o
"C:\Windows\System32"
echo
Cleaning
temp
files
rd
/s /q
"
%SRC_DIR%
\temp_build"
||
ver
>
nul
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment