MozillaItalia / DeepSpeech-Italian-Model

Tooling for producing Italian model (public release available) for DeepSpeech and text corpus
GNU General Public License v3.0
94 stars 20 forks source link

Docker build fail #135

Open FrancescoMontedori opened 1 year ago

FrancescoMontedori commented 1 year ago

Hi, I followed the steps in the README.md file for Docker build. However, when I launch the command:

docker build . -f Dockerfile.train -t deepspeech/base:0.9.3

I receive the following error:

Sending build context to Docker daemon 56.32kB Step 1/44 : FROM deepspeech/base:0.9.3 pull access denied for deepspeech/base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Do you have any suggestions for solving the problem? Thanks!

Mte90 commented 1 year ago

Right now, the project is not updated since a while and probably a lot of things doesn't work anymore.

On our telegram group where there are the devs that worked on this I know that they are experimenting with other models or integrate different solution like https://github.com/coqui-ai/STT compared to deepspeech that is stopped since 2021.

FrancescoMontedori commented 1 year ago

Thank you very much for the information, I had read the last issue in chronological order in which you said the project would migrate to coqui-ai, but I thought the deepspeech project was still supported.

I am moving in that direction. Thanks again!