Update AIMLFW pipeline to use MM SDK version 0.4.0 53/15153/1
authorSwaraj Kumar <swaraj.kumar@samsung.com>
Wed, 15 Oct 2025 09:16:10 +0000 (14:46 +0530)
committerSwaraj Kumar <swaraj.kumar@samsung.com>
Wed, 15 Oct 2025 09:16:10 +0000 (14:46 +0530)
MM SDK 0.4.0 is required for enabling the pipelines to use MME upload/download functions.

Issue-ID: AIMLFW-289
Change-Id: Ia07c8369efb102d2d043a00d74cfb63752a9958d
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
tools/kubeflow/Dockerfile.pipeline

index 1650ba0..50efb33 100644 (file)
@@ -23,7 +23,7 @@ RUN apt-get update && \
 COPY requirements_pipeline.txt .
 
 RUN pip3 install -r requirements_pipeline.txt
-RUN pip3 install featurestoresdk==0.3.1 modelmetricsdk==0.3.1
+RUN pip3 install featurestoresdk==0.3.1 modelmetricsdk==0.4.0
 
 RUN mkdir -p /app_run
 WORKDIR /app_run