From a16f6e1f56d34eb307278e73f667a4b861ba7429 Mon Sep 17 00:00:00 2001 From: fieryWaters Date: Fri, 26 Jul 2024 22:49:07 -0700 Subject: [PATCH] Makefile was not resolving, $NAME_NGC -> ${NAME_NGC} --- pytorch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch/Makefile b/pytorch/Makefile index ec3a7ab2..d855e364 100644 --- a/pytorch/Makefile +++ b/pytorch/Makefile @@ -13,7 +13,7 @@ install: cd ${PATH_STORAGE} && \ wget https://raw.githubusercontent.com/lambdal/deeplearning-benchmark/master/pytorch/setup.sh && \ chmod +x setup.sh && \ - ./setup.sh $NAME_NGC + ./setup.sh ${NAME_NGC} create_data: