Skip to content
Snippets Groups Projects
Commit 4bba1fea authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : explicited each phase of docker restart

parent 1031678a
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,9 @@ variables: ...@@ -56,7 +56,9 @@ variables:
apt-get update apt-get update
apt-get install -y nvidia-container-toolkit apt-get install -y nvidia-container-toolkit
nvidia-ctk runtime configure --runtime=docker nvidia-ctk runtime configure --runtime=docker
pkill dockerd && pkill containerd && bash /usr/local/share/docker-init.sh pkill dockerd
pkill containerd
bash /usr/local/share/docker-init.sh
fi fi
;; ;;
"aidge_backend_opencv" ) "aidge_backend_opencv" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment