etherealvisage / silvius-docker

1 stars 1 forks source link

docker build fails #2

Open grwgreg opened 6 years ago

grwgreg commented 6 years ago

Step 5/11 : RUN cd /root/ && git clone https://github.com/kaldi-asr/kaldi.git && cd /root/kaldi/tools/ && make && ./install_portaudio.sh && cd /root/kaldi/src/ && ./configure --shared && make -j 12 ---> Running in f8205207927f Cloning into 'kaldi'... extras/check_dependencies.sh extras/check_dependencies.sh: python3 is not installed extras/check_dependencies.sh: we recommend that you run (our best guess): sudo apt-get install
Makefile:31: recipe for target 'check_required_programs' failed make: *** [check_required_programs] Error 1 The command '/bin/sh -c cd /root/ && git clone https://github.com/kaldi-asr/kaldi.git && cd /root/kaldi/tools/ && make && ./install_portaudio.sh && cd /root/kaldi/src/ && ./configure --shared && make -j 12' returned a non-zero code: 2

I'm getting this console output when running docker build.

Is this the same image as voxhub/silvius-worker:latest? Thanks.

etherealvisage commented 6 years ago

I'll take a closer look at the Dockerfile, it's quite plausible that something has changed since I made it. This should be the same image as voxhub/silvius-worker:latest, though, yes.