Fix the pipeline image build failure as a temporary workaround 14/14914/1
authorTaewan Kim <t25.kim@samsung.com>
Mon, 15 Sep 2025 14:43:38 +0000 (14:43 +0000)
committerTaewan Kim <t25.kim@samsung.com>
Mon, 15 Sep 2025 14:52:05 +0000 (14:52 +0000)
We use the l release branch instead of master for now,
it will be switched to master later.

Issue-ID: AIMLFW-244
Change-Id: I0840298bce91279427fc38ee8d21ec5874b6270e
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
tools/kubeflow/Dockerfile.pipeline

index 425b806..020bb7d 100644 (file)
@@ -22,8 +22,8 @@ RUN apt-get update && \
 COPY requirements_pipeline.txt .
 RUN pip3 install -r requirements_pipeline.txt
 
-RUN git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/athp/sdk/feature-store" /SDK/featurestoresdk_main
-RUN git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/athp/sdk/model-storage" /SDK/modelmetricssdk_main
+RUN git clone -b l-release "https://gerrit.o-ran-sc.org/r/aiml-fw/athp/sdk/feature-store" /SDK/featurestoresdk_main
+RUN git clone -b l-release "https://gerrit.o-ran-sc.org/r/aiml-fw/athp/sdk/model-storage" /SDK/modelmetricssdk_main
 
 RUN pip3 install /SDK/featurestoresdk_main/.
 RUN pip3 install /SDK/modelmetricssdk_main/.