danthelion / doc2audiobook

Convert text documents to high fidelity audio(books).
MIT License
203 stars 32 forks source link

Unable to find image 'doc2audiobook:latest' locally #4

Open bitgoldninja opened 4 years ago

bitgoldninja commented 4 years ago

Hi danthelion - great name btw :)

I'm getting the following error when I try run either of the docker commands:

$ docker run \

-v /doc2audiobook/data:/data:rw \ -v /doc2audiobook/.secrets/client_secret.json:/.secrets/client_secret.json:ro \ doc2audiobook -list-voices

Unable to find image 'doc2audiobook:latest' locally docker: Error response from daemon: pull access denied for doc2audiobook, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.

Could you please help me?

danthelion commented 4 years ago

Hey @bitgoldninja!

Sorry for the delayed answer. When you try starting the app with the docker run command first it will look for the built image (called doc2audiobook, with the latest tag) on your local machine then if that fails it will try to download it from dockerhub (the error message refers to this).

So if you build the image first by following the steps in the link step, it should be ok!