Skip to content

Commit 76e9cec

Browse files
committed
update
1 parent 1df9e72 commit 76e9cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eval_protocol/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)