docker-kaldi-gstreamer-server icon indicating copy to clipboard operation
docker-kaldi-gstreamer-server copied to clipboard

Can I update the Kaldi version in the Docker container?

Open hcnoh opened this issue 5 years ago • 2 comments

I need to execute a customized Kaldi model, but it doesn't match the Kaldi version in the Kaldi Gstreamer Server Docker container. That is why I should update it. How can I do that?

hcnoh avatar Mar 12 '19 08:03 hcnoh

You could pull the latest stable version of Kaldi from inside the Docker container, then compile it according to the instructions on http://kaldi-asr.org/doc/install.html#install_download . However I ran into trouble at compilation time when trying to do this. I am not sure yet what is going wrong. Your mileage may vary, I suggest trying this solution and seeing how far you get.

jwvl avatar Mar 19 '19 09:03 jwvl

I found that the Kaldi version in the Docker container is always latest version whenever the Docker container is ran. As you said, If you pull the latest version of Kaldi inside the Docker container, It may ruin the Dependency of the Docker container I think.

hcnoh avatar Mar 20 '19 05:03 hcnoh