Rayhane-mamah/Tacotron-2

No such file or directory - docker build

HerrimanCoder opened this issue · 1 comments

I installed Ubuntu 19.10 through Hyper-V on my Windows 10 VM. I installed Docker via linux terminal and I can successfully run hello-world. However, when I try to execute the following in my terminal:

docker build -t tacotron-2_image docker/

... I get this error: Unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/nate/docker/Dockerfile: no such file or directory.

Is there a step missing? Am I doing something wrong? Did I need to first download something? If so, what is the command for that?

Try running the command insde Tacotron-2 but not inside Tacotron-2/docker