From b2255a1be4e20ebdfe64904831870c557ab42405 Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Fri, 28 Jun 2024 16:29:11 +0530 Subject: [PATCH] changes in the qoe training function code and deprecated the last release code Change-Id: I4b91065998ba363d543550c88d20e93e82c7590e Signed-off-by: rajdeep11 --- .../{qoe_pipeline_h_release.py => qoe_pipeline_h_release_deprecated.py} | 0 samples/qoe/qoe_pipeline_j_release.py | 1 + 2 files changed, 1 insertion(+) rename samples/qoe/{qoe_pipeline_h_release.py => qoe_pipeline_h_release_deprecated.py} (100%) diff --git a/samples/qoe/qoe_pipeline_h_release.py b/samples/qoe/qoe_pipeline_h_release_deprecated.py similarity index 100% rename from samples/qoe/qoe_pipeline_h_release.py rename to samples/qoe/qoe_pipeline_h_release_deprecated.py diff --git a/samples/qoe/qoe_pipeline_j_release.py b/samples/qoe/qoe_pipeline_j_release.py index 659c9a2..b0c08a0 100644 --- a/samples/qoe/qoe_pipeline_j_release.py +++ b/samples/qoe/qoe_pipeline_j_release.py @@ -2,6 +2,7 @@ import kfp import kfp.dsl as dsl from kfp.dsl import InputPath, OutputPath from kfp.dsl import component as component +from kfp import kubernetes @component(base_image="traininghost/pipelineimage:latest") -- 2.16.6