Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Add modprobe to HDDL image (#716)
Browse files Browse the repository at this point in the history
* Update Docker image README (#704)

* update README

* adding modprobe to the hddl

Co-authored-by: jhou5 <[email protected]>
  • Loading branch information
dpatel257 and jhou5 authored Mar 24, 2021
1 parent 01e1a7b commit e1f7328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VCAC-A/ubuntu-18.04/analytics/hddldaemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ WORKDIR /home
RUN apt-get update && apt-get upgrade -y systemd
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
libboost-filesystem1.65-dev libboost-thread1.65-dev libboost-program-options1.65-dev libjson-c3 && \
libboost-filesystem1.65-dev libboost-thread1.65-dev libboost-program-options1.65-dev libjson-c3 kmod && \
rm -rf /var/lib/apt/lists/*

COPY --from=build /opt/dist /
Expand Down
2 changes: 1 addition & 1 deletion template/components/hddl-openvino.m4
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ DECLARE(`OPENVINO_BUILD_NO',16803)

ifelse(OS_NAME,ubuntu,`
define(`OPENVINO_BUILD_DEPS',`cpio')
define(`OPENVINO_INSTALL_DEPS',`libjson-c3')
define(`OPENVINO_INSTALL_DEPS',`libjson-c3 kmod')
')

define(`BUILD_OPENVINO',`
Expand Down

0 comments on commit e1f7328

Please sign in to comment.