Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I update the Kaldi version in the Docker container? #60

Open
hcnoh opened this issue Mar 12, 2019 · 2 comments
Open

Can I update the Kaldi version in the Docker container? #60

hcnoh opened this issue Mar 12, 2019 · 2 comments

Comments

@hcnoh
Copy link

hcnoh commented Mar 12, 2019

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?

@jwvl
Copy link

jwvl commented Mar 19, 2019

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.

@hcnoh
Copy link
Author

hcnoh commented Mar 20, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants