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

Possible Dockerized setup config #40

Closed
wants to merge 17 commits into from
Closed

Conversation

pcallier
Copy link

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.

@JoFrhwld
Copy link
Owner

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?

@pcallier
Copy link
Author

pcallier commented May 6, 2016

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 Dockerfile in the repo root can be edited to reflect any such adjustments. The fave-align example in 51d7a20 is pretty much straight FAVE workflow; I didn't change any of that.

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

Successfully merging this pull request may close these issues.

2 participants