Skip to content

Commit

Permalink
Added shared library loading process for Intel demo program execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Apr 11, 2021
1 parent 69005e4 commit cd63a5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,7 @@ RUN echo "root:root" | chpasswd \
USER ${username}
RUN cd ${OPENVINOROOTDIR}/install_dependencies/ \
&& yes | sudo -E ./install_NEO_OCL_driver.sh \
&& cd ${wkdir}
&& cd ${wkdir} \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*
RUN sudo chown ${username}:${username} ${wkdir}

0 comments on commit cd63a5c

Please sign in to comment.