Skip to content

Commit

Permalink
Update Hailo driver to 4.16 version
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Malyshev <[email protected]>
  • Loading branch information
rucoder committed Jun 12, 2024
1 parent c00fe6a commit e0f7423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN --mount=type=cache,target=/root/.cache/ccache,id=zfs-ccache-${TARGETARCH} \

# Hailo GPU driver
# we do not use Makefile and directly build out-of-tree module
ADD https://github.com/hailo-ai/hailort-drivers.git#v4.15.0 /tmp/hailo
ADD https://github.com/hailo-ai/hailort-drivers.git#v4.16.0 /tmp/hailo
WORKDIR /tmp/hailo/linux/pcie
RUN make O=/kernel-out LOCALVERSION="-${LOCALVERSION}" M=/tmp/hailo/linux/pcie -C /kernel-src -j$(nproc) && \
make O=/kernel-out LOCALVERSION="-${LOCALVERSION}" M=/tmp/hailo/linux/pcie -C /kernel-src INSTALL_MOD_STRIP=1 \
Expand Down

0 comments on commit e0f7423

Please sign in to comment.