From 1d08b602be21788f553670eb2166bf0936f26f4d Mon Sep 17 00:00:00 2001 From: Miguel Montiel Date: Wed, 12 Jun 2019 20:48:05 +0000 Subject: [PATCH] Fix OS Dockerfile - Default command removed - Add blueval dependencies Change-Id: Ieb9df39bc85e3b828a4bb67738d395440363952b Signed-off-by: Miguel Montiel --- docker/os/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docker/os/Dockerfile b/docker/os/Dockerfile index 41a0f07..f17542e 100644 --- a/docker/os/Dockerfile +++ b/docker/os/Dockerfile @@ -44,8 +44,5 @@ RUN pip3 install -r /wheels/requirements/pip-requirements.txt \ rm -rf /wheels && \ rm -rf /root/.cache/pip/* -# Set the default command for running the tests -CMD /usr/local/bin/robot --exitonfailure --loglevel DEBUG \ - --outputdir /opt/akraino/validation/results/os \ - /opt/akraino/validation/os/ltp.robot - +# Install blueval dependencies +RUN pip install -r /opt/akraino/validation/bluval/requirements.txt -- 2.16.6