Skip to content

Commit

Permalink
fix(components): Update base image for KFP lightweight component for …
Browse files Browse the repository at this point in the history
…VPC SC compliance

PiperOrigin-RevId: 597352218
  • Loading branch information
jsondai authored and Google Cloud Pipeline Components maintainers committed Jan 11, 2024
1 parent daa7299 commit ed54c46
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@


# pylint: disable=g-import-not-at-top, g-doc-args, unexpected-keyword-arg
@dsl.component
@dsl.component(base_image=version.LLM_EVAL_IMAGE_TAG)
def add_json_escape_to_list(input_list: List[str]) -> str:
import json

Expand Down

0 comments on commit ed54c46

Please sign in to comment.