Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Add a top-level Dockerfile to create a custom tfx image that includes tfx-addons #254

@cfezequiel

Description

@cfezequiel

The custom tfx image would include a dev version of tfx-addons for integration testing using Vertex AI Pipelines.

Example:

    runner = tfx.orchestration.experimental.KubeflowV2DagRunner(
        config=tfx.orchestration.experimental.KubeflowV2DagRunnerConfig(
            default_image=_CUSTOM_TFX_IMAGE),
        output_filename=pipeline.json)

This was suggested by @casassg in #230, where a similar Dockerfile exists to test the predictions-to-bigquery component. #230 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions