rhasspy / larynx

End to end text to speech system using gruut and onnx
MIT License
822 stars 49 forks source link

Failed to COPY download/ /download/ during docker build #73

Closed adelriosantiago closed 1 year ago

adelriosantiago commented 1 year ago

When running docker build -t my-image . (Dockerfile sitting on the root folder) I get:

=> ERROR [build 9/11] COPY download/ /download/

How can I fix this? Building the image from the Docker Hub works correctly.

adelriosantiago commented 1 year ago

Published https://github.com/rhasspy/larynx/pull/74, which fixes the error.