We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2fa5a commit f6acf70Copy full SHA for f6acf70
run-docker.sh
@@ -142,7 +142,7 @@ elif [ "$1" = "build_custom" ]; then
142
DOCKER_INTERACTIVE="-it"
143
#FINN_HOST_BUILD_DIR=$BUILD_DATAFLOW_DIR/build
144
gecho "Running build_custom: $BUILD_CUSTOM_DIR/$FLOW_NAME.py"
145
- DOCKER_CMD="python -mpdb -cc -cq $FLOW_NAME.py"
+ DOCKER_CMD="python -mpdb -cc -cq $FLOW_NAME.py ${@:4}"
146
elif [ -z "$1" ]; then
147
gecho "Running container only"
148
DOCKER_CMD="bash"
0 commit comments