Skip to content

Commit

Permalink
use pinned kaldi dockerhub image
Browse files Browse the repository at this point in the history
  • Loading branch information
nishchalb committed Oct 11, 2024
1 parent d8772f7 commit c64fa50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Using kaldi image for pre-built OpenFST, version is 1.7.2
FROM kaldiasr/kaldi:latest as kaldi-base
FROM kaldiasr/kaldi:cpu-debian10-2024-07-29 as kaldi-base

FROM debian:11

COPY --from=kaldi-base /opt/kaldi/tools/openfst /opt/openfst
Expand Down

0 comments on commit c64fa50

Please sign in to comment.