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>
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/.