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
222a66d5
Commit
222a66d5
authored
Jun 26, 2021
by
Juan Diego Gonzales Zuniga
Browse files
remove intel dockerfile
parent
234f385d
Changes
2
Show whitespace changes
Inline
Side-by-side
phase1/intel.Dockerfile
deleted
100644 → 0
View file @
234f385d
# Basic docker installation of openVino
# Replace openvinoTar with the openvinoversion
# The openvinoTar is erased after installation
FROM
openvino/ubuntu18_data_dev:latest
USER
root
SHELL
["/bin/bash", "-xo", "pipefail", "-c"]
RUN
apt update
&&
\
apt install sudo && \
${INTEL_OPENVINO_DIR}/deployment_tools/demo/demo_benchmark_app.sh
# Add video group
RUN
usermod
-aG
video root
WORKDIR
${INTEL_OPENVINO_DIR}
CMD
["/bin/bash"]
phase1/intelbuild
deleted
100755 → 0
View file @
234f385d
# @(#) run with coherent naming
docker build --tag=local/dockervino:phase1 --network=host -f intel.Dockerfile . #| tee openvinobuild.log
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