From 58db35a8dac77d576ff9e184bab7dd513ab983a5 Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Thu, 20 Jun 2024 18:44:52 +0530 Subject: [PATCH] changes for the upgrade of kubeflow Issue-id: AIMLFW-102 Change-Id: Ifd3ac82630a61322ed4c2b8a0ce7633dda550a77 Signed-off-by: rajdeep11 --- Dockerfile | 4 +--- requirements.txt | 8 +++++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa1ec02..a17ffb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,10 +15,8 @@ # limitations under the License. # # ================================================================================== -#Base Image -FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu -FROM ubuntu:18.04 +FROM ubuntu:22.04 # location in the container ENV TA_DIR /home/app/ diff --git a/requirements.txt b/requirements.txt index 2cca55a..883004a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,11 @@ -kfp==1.4.0 -kfp-pipeline-spec==0.1.7 -kfp-server-api==1.4.1 +kfp==2.2.0 +kfp-pipeline-spec +kfp-server-api Flask==1.1.2 Flask-API==2.0 Flask-Cors==3.0.10 requests==2.25.1 Werkzeug==1.0.1 +itsdangerous==2.0.1 +jinja2<3.1.0 -- 2.16.6