Merge pull request #1980 from coqui-ai/docker-kenlm-base

Build KenLM in same base as final image
This commit is contained in:
Reuben Morais 2021-09-28 13:57:17 +02:00 committed by GitHub
commit 178cdacf5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# You can train "acoustic models" with audio + Tensorflow, and
# you can create "scorers" with text + KenLM.
FROM ubuntu:20.04 AS kenlm-build
FROM nvcr.io/nvidia/tensorflow:20.06-tf1-py3 AS kenlm-build
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \