We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8937127 commit e3cfa8cCopy full SHA for e3cfa8c
commit0/harness/docker_build.py
@@ -125,7 +125,7 @@ def build_base_images(
125
126
"""
127
# Get the base images to build from the dataset
128
- test_specs = get_specs_from_dataset(dataset, dataset_type)
+ test_specs = get_specs_from_dataset(dataset, dataset_type, absolute=True)
129
base_images = {
130
x.base_image_key: (x.base_dockerfile, x.platform) for x in test_specs
131
}
0 commit comments