Tacotron-2 icon indicating copy to clipboard operation
Tacotron-2 copied to clipboard

No such file or directory - docker build

Open HerrimanCoder opened this issue 4 years ago • 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?

HerrimanCoder avatar Jul 05 '20 20:07 HerrimanCoder

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

WardoPo avatar Jun 02 '21 19:06 WardoPo