Skip to content

Commit

Permalink
remove docker load debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkappel committed Oct 17, 2023
1 parent ff0b362 commit d176c66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions src/linker/utilities/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ def get_docker_client() -> DockerClient:

def _load_image(client: DockerClient, image_path: Path) -> str:
logger.info(f"Loading the image ({str(image_path)})")
### XXX Hack
return "linker:pvs_like_spark_local"
try:
with open(str(image_path), "rb") as f:
image_data = f.read()
Expand Down

This file was deleted.

0 comments on commit d176c66

Please sign in to comment.