Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grid5000-code
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
grid5000-code
Commits
83353bb8
Commit
83353bb8
authored
3 years ago
by
Nicolas Perrin
Browse files
Options
Downloads
Patches
Plain Diff
[g5k-setup-nvidia-docker] Remove nvidia-container-runtime config for Debian 11 host
parent
ba3db175
Branches
Branches containing commit
Tags
v0.2.14
Tags containing commit
No related merge requests found
Pipeline
#338969
passed
3 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/g5k-setup-nvidia-docker
+0
-4
0 additions, 4 deletions
bin/g5k-setup-nvidia-docker
with
0 additions
and
4 deletions
bin/g5k-setup-nvidia-docker
+
0
−
4
View file @
83353bb8
...
...
@@ -38,10 +38,6 @@ def main
end
end
ret
&=
sh
(
'sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit'
).
first
# Workaround if Debian 11 host (cf. Bug #13532)
if
distrib_codename
==
'bullseye'
ret
&=
sh
(
'sudo sed -i \'s|^#ldconfig.*|ldconfig = "/sbin/ldconfig"|\' /etc/nvidia-container-runtime/config.toml'
).
first
end
ret
&=
sh
(
'sudo systemctl restart docker'
).
first
ret
&=
sh
(
'sudo chmod o+rw /var/run/docker.sock'
).
first
if
!
options
[
:install
]
ret
...
...
This diff is collapsed.
Click to expand it.
Nicolas Perrin
@niperrin
mentioned in commit
763b9b5e
·
3 years ago
mentioned in commit
763b9b5e
mentioned in commit 763b9b5e7463b2d48b440c8a53a05e68af4bd51e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment