From: rajdeep11 Date: Thu, 20 Jun 2024 13:14:52 +0000 (+0530) Subject: changes for the upgrade of kubeflow X-Git-Tag: 3.0.0~19 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=58db35a8dac77d576ff9e184bab7dd513ab983a5;p=aiml-fw%2Fathp%2Ftps%2Fkubeflow-adapter.git changes for the upgrade of kubeflow Issue-id: AIMLFW-102 Change-Id: Ifd3ac82630a61322ed4c2b8a0ce7633dda550a77 Signed-off-by: rajdeep11 --- 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