From fc3aac96f2d4ab829cb7738fc49aced131c907e0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 25 Sep 2024 13:53:17 -0600 Subject: [PATCH] Remove incorrect (#13966) --- docker/hailo8l/user_installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/hailo8l/user_installation.sh b/docker/hailo8l/user_installation.sh index 0f40bbaac..2daf1e4cf 100644 --- a/docker/hailo8l/user_installation.sh +++ b/docker/hailo8l/user_installation.sh @@ -2,7 +2,7 @@ # Update package list and install dependencies sudo apt-get update -sudo apt-get install -y build-essential cmake git wget linux-modules-extra-$(uname -r) +sudo apt-get install -y build-essential cmake git wget arch=$(uname -m)