Skip to content

Commit

Permalink
[Infra] support passing arguments to build_custom flow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhornburg-xlnx committed Oct 23, 2024
1 parent ac2fa5a commit f6acf70
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 @@ -142,7 +142,7 @@ elif [ "$1" = "build_custom" ]; then
DOCKER_INTERACTIVE="-it"
#FINN_HOST_BUILD_DIR=$BUILD_DATAFLOW_DIR/build
gecho "Running build_custom: $BUILD_CUSTOM_DIR/$FLOW_NAME.py"
DOCKER_CMD="python -mpdb -cc -cq $FLOW_NAME.py"
DOCKER_CMD="python -mpdb -cc -cq $FLOW_NAME.py ${@:4}"
elif [ -z "$1" ]; then
gecho "Running container only"
DOCKER_CMD="bash"
Expand Down

0 comments on commit f6acf70

Please sign in to comment.