Build KenLM in same base as final img

This commit is contained in:
Reuben Morais 2021-09-28 13:38:11 +02:00
parent 5691d4e053
commit 0b60e4dbbb
1 changed files with 1 additions and 1 deletions

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 && \