Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_shared_files
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
gitlab_shared_files
Commits
7dda3a08
Commit
7dda3a08
authored
9 months ago
by
Grégoire Kubler
Browse files
Options
Downloads
Patches
Plain Diff
fix : nvidia container toolkit : restart docker without systemctl
parent
59d63bec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/default.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab/ci/default.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab/ci/default.gitlab-ci.yml
+
3
−
3
View file @
7dda3a08
...
...
@@ -46,7 +46,7 @@ variables:
case $CI_PROJECT_NAME in
"aidge_backend_cuda" )
apt-get install -y -qq libcudnn8-dev
# install nvidia container toolkit for cuda repo releases
# install
&configure
nvidia container toolkit for cuda repo releases
if [[ "$CI_JOB_NAME" =~ "release" ]]; then
apt-get install -y -qq curl
curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \
...
...
@@ -54,9 +54,9 @@ variables:
sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \
tee /etc/apt/sources.list.d/nvidia-container-toolkit.list
apt-get update
apt-get install -y nvidia-container-toolkit
systemd
apt-get install -y nvidia-container-toolkit
nvidia-ctk runtime configure --runtime=docker
systemctl restart docker
pkill dockerd && pkill containerd && bash /usr/local/share/docker-init.sh
fi
;;
"aidge_backend_opencv" )
...
...
This diff is collapsed.
Click to expand it.
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