Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GONZALES ZUNIGA Juan Diego
dockervino
Commits
341638df
Commit
341638df
authored
Dec 02, 2019
by
GONZALES ZUNIGA Juan Diego
Browse files
update git branch
added mosquitto lib to debug and demo
parent
f1c77a9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
debug/Dockerfile
View file @
341638df
...
...
@@ -7,7 +7,7 @@ MAINTAINER jdg:juan-diego.gonzales-zuniga@kontron.com
COPY
--from=phase2 /root/openvino_models/ir /root/openvino_models/ir
ARG
INSTALL_DIR=/opt/intel/openvino
WORKDIR
$INSTALL_DIR/deployment_tools
RUN
apt
install
-y
x11-utils vim strace wget libtool autoconf unzip
RUN
apt
install
-y
x11-utils vim strace wget libtool autoconf unzip
libmosquittopp-dev
WORKDIR
/tmp
RUN
wget https://github.com/libusb/libusb/archive/v1.0.22.zip
&&
\
unzip v1.0.22.zip && cd libusb-1.0.22 && \
...
...
@@ -16,5 +16,5 @@ RUN wget https://github.com/libusb/libusb/archive/v1.0.22.zip && \
make -j4 && make install && \
rm -rf /tmp/*
WORKDIR
/
root/omz_demos_build/intel64/Release
WORKDIR
/
opt/intel/openvino/deployment_tools/open_model_zoo
CMD
["/bin/bash"]
demo/Dockerfile
View file @
341638df
...
...
@@ -2,11 +2,10 @@ FROM local/dockervino:phase2 as phase2
FROM
local/dockervino:phase1 as phase1
ARG
INSTALL_DIR=/opt/intel/openvino
WORKDIR
$INSTALL_DIR/deployment_tools
RUN
apt
install
-y
libmosquittopp-dev
RUN
rm
-rf
open_model_zoo
# clone forked branch
RUN
git clone https://github.com/Ukhupacha/open_model_zoo.git
&&
\
cd
open_model_zoo
&&
\
git checkout kontron
RUN
git clone https://github.com/Ukhupacha/open_model_zoo.git
--branch
kontron
--depth
1
# build Inference Engine Samples
RUN
$INSTALL_DIR
/deployment_tools/inference_engine/samples/build_samples.sh
# build demo samples
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment