Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.28k stars 905 forks source link

No such file or directory - docker build #490

Open HerrimanCoder opened 4 years ago

HerrimanCoder commented 4 years ago

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?

WardoPo commented 3 years ago

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