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 3f0b56f commit f6ea9edCopy full SHA for f6ea9ed
commit0/harness/build.py
@@ -39,7 +39,7 @@ def main(
39
specs.append(spec)
40
41
client = docker.from_env()
42
- build_repo_images(client, specs, num_workers, verbose)
+ build_repo_images(client, specs, dataset_type, num_workers, verbose)
43
44
45
__all__ = []
0 commit comments