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