Skip to content

Commit

Permalink
mock
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-popescu-reef committed Jan 7, 2025
1 parent 2d98b2e commit 1f7af8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def docker_run_cmd(self) -> list[str]:
cmd.append("--server")
else:
cmd.extend(["--seed", str(self.seed)])
cmd.append("--mock")
cmd.append(f"/volume/{self.input_filename}")
return cmd

Expand Down

0 comments on commit 1f7af8a

Please sign in to comment.