Skip to content

Commit

Permalink
[Docker] Add additional comment to clarify that additions to bash scr…
Browse files Browse the repository at this point in the history
…ipt are for internal ci
  • Loading branch information
auphelia committed Jul 23, 2024
1 parent 6ab2573 commit 6a4406d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ if [ ! -z "$FINN_XILINX_PATH" ];then
fi
fi

# If using build verification, set up the necessary Docker variables
# This part is used for internal ci for finn-examples
# if using build verification for finn-examples ci, set up the necessary Docker variables
if [ "$VERIFICATION_EN" = 1 ]; then
if [ -z "$FINN_EXAMPLES_ROOT" ]; then
recho "FINN_EXAMPLES_ROOT path has not been set."
Expand All @@ -289,6 +290,7 @@ if [ "$VERIFICATION_EN" = 1 ]; then
fi
fi


DOCKER_EXEC+="$FINN_DOCKER_EXTRA "

if [ -z "$FINN_SINGULARITY" ];then
Expand Down

0 comments on commit 6a4406d

Please # to comment.