Skip to content

Commit

Permalink
Merge pull request #1756 from vprashar2929/fix-hab-dk
Browse files Browse the repository at this point in the history
fix(dockerfile): remove redundant habanalabs installation steps
  • Loading branch information
sthaha authored Sep 4, 2024
2 parents 1e35c8e + aa66ada commit dba76db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ WORKDIR /workspace
COPY . .

RUN make tidy-vendor format
RUN if [[ "$INSTALL_HABANA" == "true" ]]; then \
rpm -Uvh https://vault.habana.ai/artifactory/rhel/9/9.2/habanalabs-firmware-tools-1.15.1-15.el9.x86_64.rpm --nodeps; \
echo /usr/lib/habanalabs > /etc/ld.so.conf.d/habanalabs.conf; \
ldconfig; \
fi

RUN make build

Expand Down

0 comments on commit dba76db

Please sign in to comment.