Skip to content

Commit cd63a5c

Browse files
committed
Added shared library loading process for Intel demo program execution.
1 parent 69005e4 commit cd63a5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,7 @@ RUN echo "root:root" | chpasswd \
136136
USER ${username}
137137
RUN cd ${OPENVINOROOTDIR}/install_dependencies/ \
138138
&& yes | sudo -E ./install_NEO_OCL_driver.sh \
139-
&& cd ${wkdir}
139+
&& cd ${wkdir} \
140+
&& apt clean \
141+
&& rm -rf /var/lib/apt/lists/*
140142
RUN sudo chown ${username}:${username} ${wkdir}

0 commit comments

Comments
 (0)