Skip to content

Commit c662844

Browse files
authored
Update setup.py
1 parent 6f39fdd commit c662844

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

commit0/harness/setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,5 @@ def main(dataset_name: str, dataset_split: str, base_dir: str) -> None:
3535
)
3636
break
3737

38-
logger.info("Start building docker images")
39-
logger.info(f"Please check {REPO_IMAGE_BUILD_DIR} for build details")
40-
client = docker.from_env()
41-
build_repo_images(client, specs)
42-
logger.info("Done building docker images")
43-
4438

4539
__all__ = []

0 commit comments

Comments
 (0)