Skip to content

Commit

Permalink
Merge pull request #1980 from coqui-ai/docker-kenlm-base
Browse files Browse the repository at this point in the history
Build KenLM in same base as final image
  • Loading branch information
reuben authored Sep 28, 2021
2 parents 5691d4e + 0b60e4d commit 178cdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.train
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 178cdac

Please sign in to comment.