Skip to content

Commit 6887ae2

Browse files
committed
[system] Make sure to remove builder images
1 parent 519842c commit 6887ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sebs/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def install_dependencies(self, output_dir):
494494
environment={"APP": self.benchmark},
495495
# user="1000:1000",
496496
user=uid,
497-
# remove=True,
497+
remove=True,
498498
detach=True,
499499
tty=True,
500500
command="/bin/bash",

0 commit comments

Comments
 (0)