Code Review
/
aiml-fw
/
aimlfw-dep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ea877c5
)
Update AIMLFW pipeline to use MM SDK version 0.4.0
53/15153/1
author
Swaraj Kumar
<swaraj.kumar@samsung.com>
Wed, 15 Oct 2025 09:16:10 +0000
(14:46 +0530)
committer
Swaraj 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
patch
|
blob
|
history
diff --git
a/tools/kubeflow/Dockerfile.pipeline
b/tools/kubeflow/Dockerfile.pipeline
index
1650ba0
..
50efb33
100644
(file)
--- a/
tools/kubeflow/Dockerfile.pipeline
+++ b/
tools/kubeflow/Dockerfile.pipeline
@@
-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