Skip to content

Commit 53c27f0

Browse files
fix build
1 parent 203d23e commit 53c27f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commit0/harness/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from datasets import load_dataset
55
from typing import Iterator, Union
66

7-
from commit0.harness.constants import RepoInstance, SimpleInstance, SPLIT, ABSOLUTE_REPO_DIR
7+
from commit0.harness.constants import RepoInstance, SimpleInstance, SPLIT
88
from commit0.harness.docker_build import build_repo_images
99
from commit0.harness.spec import make_spec
1010

@@ -45,7 +45,7 @@ def main(
4545
repo_name = example["repo"].split("/")[-1]
4646
if split != "all" and repo_name not in SPLIT[split]:
4747
continue
48-
spec = make_spec(example, dataset_type, DOCKER_REPO_DIR)
48+
spec = make_spec(example, dataset_type, absolute=True)
4949
specs.append(spec)
5050

5151
client = docker.from_env()

0 commit comments

Comments
 (0)