Open tigran10 opened 3 years ago
I have similar(?) error while trying to install offline transkripber.
docker build -t dokker .
fails with
--> Testing determinizability of L_disambig . G
fstdeterminizestar
fsttablecompose build/fst/data/prunedlm/L_disambig.fst build/fst/data/prunedlm/G.fst
Killed
ERROR: VectorFst::Read: Read failed: <unspecified>
ERROR (fstdeterminizestar[5.5.0~1-40c7]:ReadFstKaldi():kaldi-fst-io.cc:40) Could not read fst from standard input
[ Stack-Trace: ]
/opt/kaldi/src/lib/libkaldi-base.so(kaldi::MessageLogger::LogMessage() const+0xa71) [0x7f346968050f]
fstdeterminizestar(kaldi::MessageLogger::LogAndThrow::operator=(kaldi::MessageLogger const&)+0x11) [0x55ff1c4247f7]
/opt/kaldi/src/lib/libkaldi-fstext.so(fst::ReadFstKaldi(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)+0x433) [0x7f3469d81068]
fstdeterminizestar(main+0x2a0) [0x55ff1c422a1b]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f3461e572e1]
fstdeterminizestar(_start+0x2a) [0x55ff1c42266a]
kaldi::KaldiFatalError--> ERROR: fail to determinize L_disambig . G. Output is:
ERROR: FstHeader::Read: Bad FST header: standard input
--> ERROR (see error messages above)
Makefile:117: recipe for target 'build/fst/data/prunedlm' failed
make: *** [build/fst/data/prunedlm] Error 1
The command '/bin/sh -c apt-get install -y python3-numpy && cd /opt/kaldi-offline-transcriber && make .init' returned a non-zero code: 2
Hey,
Not sure if
dockerfile
is up to date, as I am getting the error below when trying to build it on localfails with