From f941b0067154e2f88950a7093caf17126706471e Mon Sep 17 00:00:00 2001 From: haydeniw Date: Thu, 1 Aug 2024 19:39:59 +0000 Subject: [PATCH] added installing unzip --- assets/setup-ngc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/setup-ngc.sh b/assets/setup-ngc.sh index b06ffbe..b2d4e9c 100644 --- a/assets/setup-ngc.sh +++ b/assets/setup-ngc.sh @@ -16,6 +16,7 @@ echo \ $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt-get update sudo apt-get install -y docker-ce-cli +sudo apt-get install unzip # Install NGC CLI (with suppressed output) echo "Installing NGC CLI..." (