From de7ce58d08a951c98173f81cec3abde8b9deb6c1 Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Thu, 20 Jun 2024 10:09:57 +0530 Subject: [PATCH] changes for the latest kubeflow version Issue-id: AIMLFW-86 Change-Id: Ie3e32bc0cad6adda254448650eb79ab5b910ad95 Signed-off-by: rajdeep11 --- kf-pipelines/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kf-pipelines/Dockerfile b/kf-pipelines/Dockerfile index 12eabbe..ea37a49 100644 --- a/kf-pipelines/Dockerfile +++ b/kf-pipelines/Dockerfile @@ -17,7 +17,8 @@ # ================================================================================== FROM jupyter/scipy-notebook:notebook-6.4.3 RUN python3 -m pip install --upgrade pip -RUN pip3 install kfp==1.4.0 +RUN pip3 install kfp==2.2.0 +RUN pip3 install kfp-kubernetes RUN pip3 install requests_toolbelt==0.10.1 ENV TA_DIR ./work RUN mkdir -p ${TA_DIR} -- 2.16.6