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
be4778a7
Commit
be4778a7
authored
Oct 08, 2020
by
Ukhu
Browse files
Work around
parent
90b2dfbc
Changes
1
Show whitespace changes
Inline
Side-by-side
phase1/Dockerfile
View file @
be4778a7
...
@@ -127,7 +127,8 @@ RUN apt-get update && \
...
@@ -127,7 +127,8 @@ RUN apt-get update && \
WORKDIR
/tmp
WORKDIR
/tmp
RUN ${
PYTHON
}
-m
pip
install
--no-cache-dir
setuptools
&&
\
RUN ${
PYTHON
}
-m
pip
install
--no-cache-dir
setuptools
&&
\
${PYTHON} -m pip install tensorflow==2.0.0b1 && \
${PYTHON} -m pip install --upgrade pip && \
${PYTHON} -m pip install tensorflow==1.15.3 && \
find "${INTEL_OPENVINO_DIR}/" -type f -name "*requirements*.*" -path "*/${PYTHON}/*" -exec ${PYTHON} -m pip install --no-cache-dir -r "{}" \; && \
find "${INTEL_OPENVINO_DIR}/" -type f -name "*requirements*.*" -path "*/${PYTHON}/*" -exec ${PYTHON} -m pip install --no-cache-dir -r "{}" \; && \
find "${INTEL_OPENVINO_DIR}/" -type f -name "*requirements*.*" -not -path "*/post_training_optimization_toolkit/*" -not -name "*windows.txt" -not -name "*ubuntu16.txt" -not -path "*/python3*/*" -not -path "*/python2*/*" -exec ${PYTHON} -m pip install --no-cache-dir -r "{}" \;
find "${INTEL_OPENVINO_DIR}/" -type f -name "*requirements*.*" -not -path "*/post_training_optimization_toolkit/*" -not -name "*windows.txt" -not -name "*ubuntu16.txt" -not -path "*/python3*/*" -not -path "*/python2*/*" -exec ${PYTHON} -m pip install --no-cache-dir -r "{}" \;
...
...
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