From 29ff704819453a574105abf3513aed1edd63cd8b Mon Sep 17 00:00:00 2001 From: Vibhu Prashar Date: Thu, 5 Sep 2024 20:57:54 +0530 Subject: [PATCH] chore(dockerfile): remove the arg from the builder stage (#1762) This commit removes the ARG `INSTALL_HABANA` from the builder stage of the Dockerfile as it is already defined in the final image stage Signed-off-by: vprashar2929 --- build/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 342c309d21..cc6e1e97d7 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,5 +1,4 @@ FROM quay.io/sustainable_computing_io/kepler_builder:ubi-9-libbpf-1.3.0 AS builder -ARG INSTALL_HABANA=false WORKDIR /workspace COPY . .