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
be30b4a0
Commit
be30b4a0
authored
May 12, 2020
by
Ukhu
Browse files
Updated to 2020.2.120
parent
35071b3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
debug/Dockerfile
View file @
be30b4a0
...
...
@@ -20,6 +20,6 @@ RUN wget https://github.com/libusb/libusb/archive/v1.0.22.zip && \
./configure --disable-udev --enable-shared && \
make -j4 && make install && \
rm -rf /tmp/*
RUN
pip3
install
paho-mqtt scipy
WORKDIR
/opt/intel/openvino/deployment_tools/open_model_zoo
CMD
["/bin/bash"]
demo/Dockerfile
View file @
be30b4a0
...
...
@@ -3,6 +3,7 @@ FROM local/dockervino:phase1 as phase1
WORKDIR
$INSTALL_DIR/deployment_tools
RUN
apt
install
-y
libmosquittopp-dev
&&
\
rm
-rf
open_model_zoo
&&
\
pip3
install
paho-mqtt scipy
&&
\
export
ngraph_DIR
=
/opt/intel/openvino/deployment_tools/ngraph/cmake
&&
\
git clone https://github.com/Ukhupacha/open_model_zoo.git
--branch
kontron
--depth
1
&&
\
$INSTALL_DIR
/deployment_tools/inference_engine/demos/build_demos.sh
-DENABLE_PYTHON
=
on
&&
\
...
...
phase1/Dockerfile
View file @
be30b4a0
...
...
@@ -19,6 +19,7 @@ ARG DEPENDENCIES="autoconf \
libtool \
python3-pip \
python3-dev \
python3-setuptools \
udev \
unzip \
sudo \
...
...
@@ -30,7 +31,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get autoremove && \
rm -rf /var/lib/apt/lists/*
# Openvino Version
ARG
openvinoTar=l_openvino_toolkit_p_2020.
1.023
ARG
openvinoTar=l_openvino_toolkit_p_2020.
2.120
ENV
INSTALL_DIR=/opt/intel/openvino
ARG
TEMP_DIR=/tmp/openvino_installer
RUN
mkdir
-p
$TEMP_DIR
...
...
@@ -44,7 +45,7 @@ RUN tar xf $openvinoTar.tgz && cd $openvinoTar && \
# Install model_optimizer requisites, it needs tf 1.5 for ApolloLake and setuptools
RUN
sed
-i
's/<2.0.0/<=1.5.0/g'
$INSTALL_DIR
/deployment_tools/model_optimizer/requirements.txt
RUN
pip3
install
setuptools torch
RUN
pip3
install
torch
==
1.4.0
RUN
$INSTALL_DIR
/deployment_tools/model_optimizer/install_prerequisites/install_prerequisites.sh
# Init Openvino variables
...
...
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