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
e2bfcd98
Commit
e2bfcd98
authored
Nov 23, 2019
by
GONZALES ZUNIGA Juan Diego
Browse files
move cleaning to demo
update debug, and benchmark from phase3
parent
5c8a850c
Changes
4
Hide whitespace changes
Inline
Side-by-side
benchmark/Dockerfile
View file @
e2bfcd98
FROM
local/dockervino:
demo_R
3 as build
FROM
local/dockervino:
phase
3 as build
ARG
downloader=/opt/intel/openvino/deployment_tools/tools/model_downloader/downloader.py
ARG
optimizer=/opt/intel/openvino/deployment_tools/model_optimizer/mo.py
...
...
debug/Dockerfile
View file @
e2bfcd98
# Debug Docker image after installation
# Image to debug on demo
FROM
local/dockervino:
demo_R
3
FROM
local/dockervino:
phase
3
MAINTAINER
jdg:juan-diego.gonzales-zuniga@kontron.com
RUN
apt
install
-y
x11-utils vim strace wget libtool autoconf unzip
...
...
demo/Dockerfile
View file @
e2bfcd98
FROM
local/dockervino:phase3 as phase3
RUN
apt autoremove
-y
&&
rm
-rf
/var/lib/apt/lists/
*
FROM
scratch
COPY
--from=phase3 / /
COPY
./entrypoint.sh /
...
...
phase3/Dockerfile
View file @
e2bfcd98
...
...
@@ -4,7 +4,7 @@
FROM
local/dockervino:phase2 as phase2
FROM
local/dockervino:phase1 as phase1
MAINTAINER
jdg:juan-diego.gonzales-zuniga@kontron.com
# Copy models from phas2
# Copy models from phas
e
2
COPY
--from=phase2 /root/openvino_models/ir /root/openvino_models/ir
ARG
INSTALL_DIR=/opt/intel/openvino
WORKDIR
$INSTALL_DIR/deployment_tools
...
...
@@ -15,6 +15,4 @@ RUN git clone https://github.com/Ukhupacha/open_model_zoo.git
RUN
$INSTALL_DIR
/deployment_tools/inference_engine/samples/build_samples.sh
# build demo samples
RUN
$INSTALL_DIR
/deployment_tools/inference_engine/demos/build_demos.sh
# clean
RUN
apt autoremove
-y
&&
rm
-rf
/var/lib/apt/lists/
*
CMD
["/bin/bash"]
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