From a5e2e9bcfd9f6981c8917ed2a939b9bea9ee764a Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Wed, 6 Dec 2023 21:24:36 +0900 Subject: [PATCH] fix wrong option in setup-dev-env.sh Signed-off-by: Kotaro Yoshimoto --- setup-dev-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-dev-env.sh b/setup-dev-env.sh index 71338f7f58d..3eb24732940 100755 --- a/setup-dev-env.sh +++ b/setup-dev-env.sh @@ -89,7 +89,7 @@ fi # Check installation of CUDA Drivers if [ "$option_no_cuda_drivers" = "true" ]; then - ansible_args+=("--extra-vars" "install_cuda_drivers=false") + ansible_args+=("--extra-vars" "cuda_install_drivers=false") fi # Check installation of dev package