Docker image broken?

The docker image at https://hub.docker.com/r/harvardnlp/opennmt/ does not seem to have cutorch properly installed (I get errors when I try to run training with gpuid option). It also does not have tds

Workaround was that I pulled in this imagehttps://hub.docker.com/r/kaixhin/cuda-torch/ and then installed cutorch and tds.


I could not find the Dockerfile else I’d have sent in a PR. Can you share it?

Hi @Wabbit - @srush is maintaining the docker, he is off till wednesday and will come back to you just after.

Hi @wabbit, can you send the errors?

Do you have a docker file for your install? We can make that the official one if you got it working cleanly.