Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ You can initialize an engine with the following 6 parameters:
- `build_args`: arguments to pass to `docker build` command to fill `ARG` variables in the Dockerfile, e.g., `{"SOME_ARG": "some_value"}`.
- `exec_commands`: list of commands to execute the engine, e.g., `["saver ...", "cp ..."]`,
all commands are joined with `;`, in other words, all commands are executed and the return code of the last command is returned.
Note that, your dockerfile **MUST** gets the benchmark image as an argument and starts build from it, e.g.,
Note that, your dockerfile **MUST** get the benchmark image as an argument and build from it, e.g.,

```dockerfile
ARG BENCHMARK_IMAGE
Expand Down