Skip to content

Commit

Permalink
[Infra] Add space to no cache var to allow for future extension
Browse files Browse the repository at this point in the history
  • Loading branch information
auphelia committed Oct 24, 2024
1 parent 72dcb87 commit f0aafa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0aafa2

Please sign in to comment.