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
765285ee
Commit
765285ee
authored
Dec 04, 2019
by
GONZALES ZUNIGA Juan Diego
Browse files
Removes samples compilation
parent
c121180e
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo/Dockerfile
View file @
765285ee
...
...
@@ -5,7 +5,6 @@ WORKDIR $INSTALL_DIR/deployment_tools
RUN
apt
install
-y
libmosquittopp-dev
&&
\
rm
-rf
open_model_zoo
&&
\
git clone https://github.com/Ukhupacha/open_model_zoo.git
--branch
kontron
--depth
1
&&
\
$INSTALL_DIR
/deployment_tools/inference_engine/samples/build_samples.sh
&&
\
$INSTALL_DIR
/deployment_tools/inference_engine/demos/build_demos.sh
&&
\
rm
-rf
$INSTALL_DIR
/deployment_tools/open_model_zoo
&&
\
apt autoremove
-y
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
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