Skip to content

Commit 13c291d

Browse files
authored
Update build.py
1 parent e0396e7 commit 13c291d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commit0/harness/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def main(dataset_name: str, dataset_split: str, num_workers: int) -> None:
2020
for example in dataset:
2121
spec = make_spec(example)
2222
specs.append(spec)
23+
break
2324

2425
client = docker.from_env()
2526
build_repo_images(client, specs, num_workers)

0 commit comments

Comments
 (0)