Install kaldi-decoder for docker

This commit is contained in:
Fangjun Kuang 2023-12-25 13:51:28 +08:00
parent 010c311fd6
commit 68c1ab1e2d
3 changed files with 6 additions and 0 deletions

View File

@ -31,10 +31,12 @@ LABEL github_repo="https://github.com/k2-fsa/icefall"
RUN pip install --no-cache-dir \
torch==${TORCH_VERSION} torchaudio==${TORCHAUDIO_VERSION} -f https://download.pytorch.org/whl/cpu/torch_stable.html \
k2==${_K2_VERSION} -f https://k2-fsa.github.io/k2/cpu.html \
\
git+https://github.com/lhotse-speech/lhotse \
kaldifeat==${_KALDIFEAT_VERSION} -f https://csukuangfj.github.io/kaldifeat/cpu.html \
dill \
graphviz \
kaldi-decoder \
kaldi_native_io \
kaldialign \
kaldifst \

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -ex
log() {
# This function is from espnet
local fname=${BASH_SOURCE[1]##*/}

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -ex
log() {
# This function is from espnet
local fname=${BASH_SOURCE[1]##*/}