jcsilva / docker-kaldi-gstreamer-server

Dockerfile for kaldi-gstreamer-server.
BSD 2-Clause "Simplified" License
288 stars 139 forks source link

Docker build errors on Ubuntu 18.04 #82

Closed sanyaade-teachings closed 4 years ago

sanyaade-teachings commented 4 years ago

Hi Everyone,

Good day to you all and to all the brilliant efforts that had went into this package. Many thanks for all your hard work.

I was unable to build the docker edition locally. It was returning errors shown below: Screenshot from 2020-08-09 18-03-40

However I was able to build docker image from StarGate01 updated forked here: https://github.com/StarGate01/docker-kaldi-gstreamer-server . Looks like a missing text or typos somewhere within the second RUN command.

Many thanks for all your efforts. Much appreciated! Cheers!

God blesses!!!

Best regards, Sanyaade

sanyaade-teachings commented 4 years ago

Hi Everyone,

I found the error due to missing ==> gfortran dependency package. So please add apt-get install -y gfortran or just include it among the long list of dependencies packages at the top of your Dockerfile.

I am closing this issue now.

God blesses!!!

Best regards, Sanyaade