Docker: Error response from daemon

Hello, I am having some issues with the lua docker image. It appears my installation of docker and nvidia-docker is good to go. However, I get the error below when I run this command from the FAQ:
sudo nvidia-docker run -it harvardnlp/opennmt:8.0 .

docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused “exec: “.”: executable file not found in $PATH”.

Has anyone come across this? Has anybody tried installing docker and using the lua docker image recently? I’m about to give up on Docker and go with the Torch installation. Any help is much appreciated.

Below is the full output after running the command above.

Thanks,
Steve

$ sudo nvidia-docker run -it harvardnlp/opennmt:8.0 .
8.0: Pulling from harvardnlp/opennmt
ba76e97bb96c: Pull complete
4d6181e6b423: Pull complete
4854897be9ac: Pull complete
4458f3097eef: Pull complete
9989a8de1a9e: Pull complete
a3ed95caeb02: Pull complete
16b9958914bc: Pull complete
1997b0168af2: Pull complete
c686ffbf2655: Pull complete
58e41fb43018: Pull complete
a546af367e99: Pull complete
fa09a990c1ec: Pull complete
71d14024e78b: Pull complete
b1658ec7faea: Pull complete
6cb7973213cf: Pull complete
d1c618b959ec: Pull complete
c4424b3721eb: Pull complete
790256b7b436: Pull complete
6ce26ad89f5f: Pull complete
14e2d96d5e15: Pull complete
Digest: sha256:191fa580e44879566fa37bafe4d9bc08786ff12c74f21ffe94c5f7ddb1c9df57
Status: Downloaded newer image for harvardnlp/opennmt:8.0
docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused “exec: “.”: executable file not found in $PATH”.

Hi Steve,

Try again without the ’ . ’ at the end of your command. I.e.:
sudo nvidia-docker run -it harvardnlp/opennmt:8.0

cheers,
-d

1 Like

Thanks Dave!

How are you doing?