CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
151 stars 33 forks source link

Dockerfile #343

Closed benfoley closed 10 months ago

benfoley commented 10 months ago
benfoley commented 10 months ago

The fault was due to lbfgs not being found by the srilm install step. Including the lbfgs.tar.gz file has resolved it. I suspect that the original tar.gz file may have been tarred and zipped in two stages, thus when uncompressed it ended up as a tar file rather than as a directory! At least, that's how it appeared in local testing yesterday.