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

Commit e1f7328

Browse files
dpatel257jhou5
andauthored
Add modprobe to HDDL image (#716)
* Update Docker image README (#704) * update README * adding modprobe to the hddl Co-authored-by: jhou5 <[email protected]>
1 parent 01e1a7b commit e1f7328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VCAC-A/ubuntu-18.04/analytics/hddldaemon/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ WORKDIR /home
130130
RUN apt-get update && apt-get upgrade -y systemd
131131
RUN apt-get update && \
132132
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
133-
libboost-filesystem1.65-dev libboost-thread1.65-dev libboost-program-options1.65-dev libjson-c3 && \
133+
libboost-filesystem1.65-dev libboost-thread1.65-dev libboost-program-options1.65-dev libjson-c3 kmod && \
134134
rm -rf /var/lib/apt/lists/*
135135

136136
COPY --from=build /opt/dist /

template/components/hddl-openvino.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DECLARE(`OPENVINO_BUILD_NO',16803)
3636

3737
ifelse(OS_NAME,ubuntu,`
3838
define(`OPENVINO_BUILD_DEPS',`cpio')
39-
define(`OPENVINO_INSTALL_DEPS',`libjson-c3')
39+
define(`OPENVINO_INSTALL_DEPS',`libjson-c3 kmod')
4040
')
4141

4242
define(`BUILD_OPENVINO',`

0 commit comments

Comments
 (0)