From f0aafa261e7a8f57891ba12cd1572e7d3062bc19 Mon Sep 17 00:00:00 2001 From: auphelia Date: Thu, 24 Oct 2024 15:19:55 +0100 Subject: [PATCH] [Infra] Add space to no cache var to allow for future extension --- run-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-docker.sh b/run-docker.sh index 69c998c467..b59af88eb7 100755 --- a/run-docker.sh +++ b/run-docker.sh @@ -192,7 +192,7 @@ if [ -d "$FINN_XRT_PATH" ];then fi if [ "$FINN_DOCKER_NO_CACHE" = "1" ]; then - FINN_DOCKER_BUILD_EXTRA+="--no-cache" + FINN_DOCKER_BUILD_EXTRA+="--no-cache " fi # Build the FINN Docker image