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
179d4a00
Commit
179d4a00
authored
Apr 06, 2020
by
Ukhu
Browse files
ngraph changed
parent
2fa606b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
phase1/Dockerfile
View file @
179d4a00
...
...
@@ -50,6 +50,7 @@ RUN $INSTALL_DIR/deployment_tools/model_optimizer/install_prerequisites/install_
# Init Openvino variables
RUN
echo
"source
$INSTALL_DIR
/bin/setupvars.sh"
>>
/root/.bashrc
RUN
echo
'export PYTHONPATH="$PYTHONPATH:/root/omz_demos_build/intel64/Release/lib"'
>>
/root/.bashrc
RUN
echo
'export ngraph_DIR=/opt/intel/openvino/deployment_tools/ngraph/cmake'
>>
/root/.bashrc
# Check installation with benchmark demo
RUN
$INSTALL_DIR
/deployment_tools/demo/demo_benchmark_app.sh
CMD
["/bin/bash"]
phase2/Dockerfile
View file @
179d4a00
...
...
@@ -85,5 +85,4 @@ RUN python3 $optimizer/mo_tf.py \
--output_dir $models/ir/mask_rcnn/FP16 \
--model_name mask_rcnn_inception_v2 \
--data_type FP16 --reverse_input_channels
RUN
echo
'export PYTHONPATH="$PYTHONPATH:/root/omz_demos_build/intel64/Release/lib"'
>>
~/.bashrc
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