kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
13.95k stars 5.29k forks source link

Error while building docker image: install_mkl.sh #4899

Open nbrahme opened 6 months ago

nbrahme commented 6 months ago

I run below command in the for docker image on Windows 11: docker build -t "kaldi:Dockerfile" .

It fails at below point: Dockerfile:34

33 | 34 | >>> RUN git clone --depth 1 https://github.com/kaldi-asr/kaldi.git /opt/kaldi && \ 35 | >>> cd /opt/kaldi/tools && \ 36 | >>> extras/install_mkl.sh && make -j $(nproc) && \ 37 | >>> cd /opt/kaldi/src && ./configure --shared && make depend -j $(nproc) && make -j $(nproc) 38 |

ERROR: failed to solve: process "/bin/sh -c git clone --depth 1 https://github.com/kaldi-asr/kaldi.git /opt/kaldi && \tcd /opt/kaldi/tools && \textras/install_mkl.sh && make -j $(nproc) && \tcd /opt/kaldi/src && ./configure --shared && make depend -j $(nproc) && make -j $(nproc)" did not complete successfully: exit code: 2