Skip to content

Commit ec0c8ca

Browse files
author
Dylan Huang
committed
rename to .example and add docker run extra arg
1 parent 6b53ac1 commit ec0c8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "python",
2323
"request": "launch",
2424
"module": "eval_protocol.cli",
25-
"args": ["local-test"],
25+
"args": ["local-test", "--docker-run-extra", "--env-file .env"],
2626
"console": "integratedTerminal",
2727
"justMyCode": false,
2828
"cwd": "<REPLACE_WITH_YOUR_EVALUATOR_DIRECTORY>",

0 commit comments

Comments
 (0)