From ddfc6d8af39fa66261f21d3b8bdccc87c08ec8a8 Mon Sep 17 00:00:00 2001 From: Harshad Reddy Nalla Date: Fri, 14 Jun 2024 16:24:18 -0400 Subject: [PATCH] JUST FOR TEST Signed-off-by: Harshad Reddy Nalla --- components/odh-notebook-controller/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/odh-notebook-controller/Dockerfile b/components/odh-notebook-controller/Dockerfile index 996900f882f..4533dec3328 100644 --- a/components/odh-notebook-controller/Dockerfile +++ b/components/odh-notebook-controller/Dockerfile @@ -18,6 +18,8 @@ ARG SOURCE_CODE # Set building workdir WORKDIR /workspace +RUN echo "Building the kf-notebook-controller" + # Copy the Go Modules manifests COPY ${SOURCE_CODE}/notebook-controller ./notebook-controller COPY ${SOURCE_CODE}/odh-notebook-controller ./odh-notebook-controller