Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
bd8fc13d
Commit
bd8fc13d
authored
Jul 11, 2019
by
Vladislav Yarmak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patch.sh: add custom output dir; get rid of `which` binary dependency
parent
734d9652
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
patch.sh
patch.sh
+3
-3
No files found.
patch.sh
View file @
bd8fc13d
...
...
@@ -95,7 +95,7 @@ declare -A object_list=(
[
"430.34"
]=
'libnvcuvid.so'
)
NVIDIA_SMI
=
"
$(
which
nvidia-smi
)
"
NVIDIA_SMI
=
"
$(
command
-v
nvidia-smi
)
"
if
!
driver_version
=
$(
"
$NVIDIA_SMI
"
--query-gpu
=
driver_version
--format
=
csv,noheader,nounits |
head
-n
1
)
;
then
echo
'Something went wrong. Check nvidia driver'
...
...
@@ -151,8 +151,8 @@ else
fi
sha1sum
"
$backup_path
/
$object
.
$driver_version
"
sed
"
$patch
"
"
$backup_path
/
$object
.
$driver_version
"
>
\
"
$
driver_dir
/
$object
.
$driver_version
"
sha1sum
"
$
driver_dir
/
$object
.
$driver_version
"
"
$
{
PATCH_OUTPUT_DIR
-
$driver_dir
}
/
$object
.
$driver_version
"
sha1sum
"
$
{
PATCH_OUTPUT_DIR
-
$driver_dir
}
/
$object
.
$driver_version
"
ldconfig
echo
"Patched!"
fi
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