Skip to content

Commit

Permalink
SDK - Containers - Fixed kfp.containers.get_default_image_builder (#2116
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Ark-kun authored and k8s-ci-robot committed Sep 16, 2019
1 parent 52fc2c8 commit 60f9da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/kfp/containers/_build_image_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def _get_default_image_builder():
if _default_image_builder is None:
from ..compiler._container_builder import ContainerBuilder
_default_image_builder = ContainerBuilder()
return _default_image_builder


def _generate_dockerfile_text(context_dir: str, dockerfile_path: str, base_image: str = None) -> str:
Expand Down

0 comments on commit 60f9da6

Please sign in to comment.