Skip to content

Commit

Permalink
SDK/Lightweight - Updated default image to tensorflow:1.13.2-py3 (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun authored and k8s-ci-robot committed Aug 3, 2019
1 parent 0dd1b1c commit 94969d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/kfp/components/_python_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class OutputFile(Generic[T], str):
pass

#TODO: Replace this image name with another name once people decide what to replace it with.
_default_base_image='tensorflow/tensorflow:1.11.0-py3'
_default_base_image='tensorflow/tensorflow:1.13.2-py3'


def _python_function_name_to_component_name(name):
Expand Down

0 comments on commit 94969d6

Please sign in to comment.