changes for the latest kubeflow version 93/12993/1
authorrajdeep11 <rajdeep.sin@samsung.com>
Thu, 20 Jun 2024 04:39:57 +0000 (10:09 +0530)
committerrajdeep11 <rajdeep.sin@samsung.com>
Thu, 20 Jun 2024 04:51:12 +0000 (10:21 +0530)
Issue-id: AIMLFW-86

Change-Id: Ie3e32bc0cad6adda254448650eb79ab5b910ad95
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
kf-pipelines/Dockerfile

index 12eabbe..ea37a49 100644 (file)
@@ -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}