From: rajdeep11 Date: Thu, 20 Jun 2024 04:39:57 +0000 (+0530) Subject: changes for the latest kubeflow version X-Git-Tag: 2.0.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=de7ce58d08a951c98173f81cec3abde8b9deb6c1;p=portal%2Faiml-dashboard.git changes for the latest kubeflow version Issue-id: AIMLFW-86 Change-Id: Ie3e32bc0cad6adda254448650eb79ab5b910ad95 Signed-off-by: rajdeep11 --- 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}