Skip to content

Commit f6acf70

Browse files
[Infra] support passing arguments to build_custom flow
1 parent ac2fa5a commit f6acf70

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
@@ -142,7 +142,7 @@ elif [ "$1" = "build_custom" ]; then
142142
DOCKER_INTERACTIVE="-it"
143143
#FINN_HOST_BUILD_DIR=$BUILD_DATAFLOW_DIR/build
144144
gecho "Running build_custom: $BUILD_CUSTOM_DIR/$FLOW_NAME.py"
145-
DOCKER_CMD="python -mpdb -cc -cq $FLOW_NAME.py"
145+
DOCKER_CMD="python -mpdb -cc -cq $FLOW_NAME.py ${@:4}"
146146
elif [ -z "$1" ]; then
147147
gecho "Running container only"
148148
DOCKER_CMD="bash"

0 commit comments

Comments
 (0)