X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fos%2FDockerfile;h=61d1848e94effa789fc08e5a6e05c47a5003cd32;hb=f080155bac56af368a7cfe2eb7ced44a49d78b88;hp=291267b78f7a736a620f7f02b726109f22bfb967;hpb=6034426c8b1ffd7b9bb627d1671fa99bbf98f3fb;p=validation.git diff --git a/docker/os/Dockerfile b/docker/os/Dockerfile index 291267b..61d1848 100644 --- 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 && \