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
93191f88
Unverified
Commit
93191f88
authored
Dec 31, 2021
by
Yi Zhang
Committed by
GitHub
Dec 30, 2021
Browse files
disable windows updates (#5122)
Co-authored-by:
Nikita Shulga
<
nshulga@fb.com
>
parent
64d21d12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
packaging/windows/internal/cuda_install.bat
packaging/windows/internal/cuda_install.bat
+4
-0
No files found.
packaging/windows/internal/cuda_install.bat
View file @
93191f88
...
@@ -212,6 +212,10 @@ if not exist "%SRC_DIR%\temp_build\NvToolsExt.7z" (
...
@@ -212,6 +212,10 @@ if not exist "%SRC_DIR%\temp_build\NvToolsExt.7z" (
echo
Installing
CUDA
toolkit
...
echo
Installing
CUDA
toolkit
...
7
z
x
%CUDA_SETUP_FILE%
-o
"
%SRC_DIR%
\temp_build\cuda"
7
z
x
%CUDA_SETUP_FILE%
-o
"
%SRC_DIR%
\temp_build\cuda"
pushd
"
%SRC_DIR%
\temp_build\cuda"
pushd
"
%SRC_DIR%
\temp_build\cuda"
sc
config
wuauserv
start
=
disabled
sc
stop
wuauserv
sc
query
wuauserv
start
/wait
setup
.exe
-s
%ARGS%
-loglevel
:6
-log
:
"
%cd%
/cuda_install_logs"
start
/wait
setup
.exe
-s
%ARGS%
-loglevel
:6
-log
:
"
%cd%
/cuda_install_logs"
echo
%errorlevel%
echo
%errorlevel%
...
...
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