Skip to content

Commit

Permalink
fix: skill issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshd332 authored and bhoopesh369 committed Mar 2, 2024
1 parent d80cc62 commit c2cafc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner/simulator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ impl Simulator {
env::var("RUNTIME_TIME_LIMIT").unwrap()
),
"--name",
"--rm",
&format!("{}_simulator", self.game_id),
"--rm",
"-i",
"-v",
&format!("/tmp/{}:/tmp/{}", self.game_id, self.game_id),
Expand Down

0 comments on commit c2cafc3

Please sign in to comment.