Skip to content

Commit e3cfa8c

Browse files
fix docker build
1 parent 8937127 commit e3cfa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit0/harness/docker_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def build_base_images(
125125
126126
"""
127127
# Get the base images to build from the dataset
128-
test_specs = get_specs_from_dataset(dataset, dataset_type)
128+
test_specs = get_specs_from_dataset(dataset, dataset_type, absolute=True)
129129
base_images = {
130130
x.base_image_key: (x.base_dockerfile, x.platform) for x in test_specs
131131
}

0 commit comments

Comments
 (0)