From 9f61cff34eab1b6b949ee8fefa3e6800d437003d Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 21 May 2026 02:01:29 -0300 Subject: [PATCH] maintenance(titan-24): configure Docker NVIDIA runtime --- services/maintenance/scripts/titan_24_docker.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/maintenance/scripts/titan_24_docker.sh b/services/maintenance/scripts/titan_24_docker.sh index b5652d52..14353cd2 100644 --- a/services/maintenance/scripts/titan_24_docker.sh +++ b/services/maintenance/scripts/titan_24_docker.sh @@ -34,8 +34,12 @@ configure_docker() { } JSON fi + if [ -x /host/usr/bin/nvidia-ctk ]; then + host_sh "nvidia-ctk runtime configure --runtime=docker" + fi host_systemctl daemon-reload host_systemctl enable --now docker + host_systemctl restart docker } if [ ! -x /host/usr/bin/docker ] || ! host_sh "docker version >/dev/null 2>&1"; then