WER calculated, Python added

This commit is contained in:
email 2019-04-26 15:08:31 +02:00
parent 10e7c4cf73
commit 69876508a0

View File

@ -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