Code Review
/
validation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e51d50c
)
Add python3 to os container
15/1915/1
author
Cristina Pauna
<cristina.pauna@enea.com>
Tue, 5 Nov 2019 08:06:13 +0000
(10:06 +0200)
committer
Cristina Pauna
<cristina.pauna@enea.com>
Tue, 5 Nov 2019 08:36:54 +0000
(10:36 +0200)
JIRA: VAL-86
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Change-Id: I0a3e7d3f4f9c7f1e89e84624ca23234cfab5a4c1
docker/os/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/os/Dockerfile
b/docker/os/Dockerfile
index
291267b
..
61d1848
100644
(file)
--- a/
docker/os/Dockerfile
+++ b/
docker/os/Dockerfile
@@
-57,7
+57,7
@@
COPY --from=build /opt/akraino/validation /opt/akraino/validation
COPY --from=build /opt/akraino/ltp.tar.gz /opt/akraino/ltp.tar.gz
RUN apt-get update && apt-get -y install \
- python3-pip
&&
\
+ python3-pip
python3.7 &&
\
pip3 install -r /wheels/requirements/pip-requirements.txt \
-f /wheels && \
rm -rf /wheels && \