You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the run-docker.sh script to accept any number of arguments for the build_custom option, so that these arguments can be passed along to the build script.
Motivation
If the build python script is supposed to take arguments (for example to switch which steps to execute, target fps, etc.) and the interactive docker session is not an option, the only possibility right now to do this would be to either create different build scripts depending on which behaviour is wanted (but this gets unwieldy quickly) or to for example pass those args as an environment variable, but this more of a workaround, and since the arguments after $3 are not used right now, it would be nice to pass them directly.
Parts of FINN affected
run-docker.sh
The text was updated successfully, but these errors were encountered:
Details
New behavior
Change the
run-docker.sh
script to accept any number of arguments for the build_custom option, so that these arguments can be passed along to the build script.Motivation
If the build python script is supposed to take arguments (for example to switch which steps to execute, target fps, etc.) and the interactive docker session is not an option, the only possibility right now to do this would be to either create different build scripts depending on which behaviour is wanted (but this gets unwieldy quickly) or to for example pass those args as an environment variable, but this more of a workaround, and since the arguments after
$3
are not used right now, it would be nice to pass them directly.Parts of FINN affected
run-docker.sh
The text was updated successfully, but these errors were encountered: