You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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.
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!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: