Skip to content

Commit f0aafa2

Browse files
committed
[Infra] Add space to no cache var to allow for future extension
1 parent 72dcb87 commit f0aafa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ if [ -d "$FINN_XRT_PATH" ];then
192192
fi
193193

194194
if [ "$FINN_DOCKER_NO_CACHE" = "1" ]; then
195-
FINN_DOCKER_BUILD_EXTRA+="--no-cache"
195+
FINN_DOCKER_BUILD_EXTRA+="--no-cache "
196196
fi
197197

198198
# Build the FINN Docker image

0 commit comments

Comments
 (0)