Skip to content

Commit

Permalink
chore(dockerfile): remove the arg from the builder stage (#1762)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vprashar2929 authored Sep 5, 2024
1 parent 3fe3f4a commit 29ff704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 . .
Expand Down

0 comments on commit 29ff704

Please sign in to comment.