File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,13 +393,13 @@ def _configure_parser(parser: argparse.ArgumentParser) -> argparse.ArgumentParse
393393 "--docker-build-extra" ,
394394 default = "" ,
395395 metavar = "" ,
396- help = "Extra flags to pass to 'docker build' when validating evaluator" ,
396+ help = "Extra flags to pass to 'docker build' when validating evaluator (quoted string, e.g. \" --no-cache --pull --progress=plain \" ) " ,
397397 )
398398 rft_parser .add_argument (
399399 "--docker-run-extra" ,
400400 default = "" ,
401401 metavar = "" ,
402- help = "Extra flags to pass to 'docker run' when validating evaluator" ,
402+ help = "Extra flags to pass to 'docker run' when validating evaluator (quoted string, e.g. \" --env-file .env --memory=8g \" ) " ,
403403 )
404404
405405 # Everything below has to manually be maintained, can't be auto-generated
You can’t perform that action at this time.
0 commit comments