-
Notifications
You must be signed in to change notification settings - Fork 37
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
Possible Dockerized setup config #40
Conversation
…out for the B3. Was strictly an output problem
I'm not that familiar with how docker is supposed to work, but I understand it's supposed to be pretty good. Is there anything to be careful of in future development to avoid breaking the docker install? |
It should be fairly robust to internal changes in the software that don't change the interface, save the commits I linked to above, which fiddle with the default paths. Changes to the install process (using a different HTK version, etc) would be more dangerous, but |
Adds option to use Docker (www.docker.com) to install and run FAVE (focused on FAVE-align). Haven't tested thoroughly on FAVE-extract, but most FAVE-align workflows are functional. Introduces minor path modifications in 7e1c32e and 77a8cf1 that are possibly breaking for non-Dockerized cases, though I imagine they are fine.