From ebad52e1d49853a85bbecb9b284f86aed776de9f Mon Sep 17 00:00:00 2001 From: Ganeshkumar Ashokavardhanan Date: Wed, 30 Jul 2025 14:51:41 -0700 Subject: [PATCH] Whitespace change --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2814b46..1b0906f 100644 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ install_cached_nvidia_packages() { for apt_package in $NVIDIA_PACKAGES; do dpkg -i --force-overwrite /opt/gpu/${apt_package}_${NVIDIA_CONTAINER_TOOLKIT_VER}* done -} +} use_package_manager_with_retries wait_for_dpkg_lock install_cached_nvidia_packages 10 3