marian-nmt / marian

Fast Neural Machine Translation in C++
https://marian-nmt.github.io
Other
1.22k stars 228 forks source link

Docker images #336

Open Bachstelze opened 4 years ago

Bachstelze commented 4 years ago

Does somebody know public docker images for training and inference? The installation on a specific machine seems to be very error-prone.

santhoshtr commented 4 years ago

https://github.com/Helsinki-NLP/Opus-MT/blob/master/Dockerfile has a Dockerfile for OpusMT which is on top of Marian. It may be useful

alvations commented 4 years ago

Like this, in its rawest form: https://gist.github.com/alvations/3d8db26ea5e8f803df6730b652223e0e

But the Opus-MT one looks much more stable with proper version checkouts.