Build KenLM in same base as final img
This commit is contained in:
parent
5691d4e053
commit
0b60e4dbbb
@ -2,7 +2,7 @@
|
|||||||
# You can train "acoustic models" with audio + Tensorflow, and
|
# You can train "acoustic models" with audio + Tensorflow, and
|
||||||
# you can create "scorers" with text + KenLM.
|
# 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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user