From 69876508a078ee8ae9e16207d6116557e1534fa3 Mon Sep 17 00:00:00 2001 From: email Date: Fri, 26 Apr 2019 15:08:31 +0200 Subject: [PATCH] WER calculated, Python added --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80fe819..167ddb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt install -y git RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential -RUN apt install python3.6 +RUN apt --assume-yes install python3.6 RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK RUN make config && make all && make check && make install && make doc