Drew Thomasson

Results 214 comments of Drew Thomasson

Do the Docker Compose instructions https://github.com/DrewThomasson/ebook2audiobook?tab=readme-ov-file#docker-compose And Replace your `docker-compose.yml` with this one [docker-compose.yml](https://github.com/user-attachments/files/23216965/docker-compose.yml) > Today I tried to extract the working directory from Docker build to use it on...

Oh yeah I need to update the readme to include that 😅

kk I just updated the readme on it https://github.com/DrewThomasson/ebook2audiobook/blob/main/README.md#docker-container-file-locations

All the files should be located at the base dir of `/home/user/app/` You'll just need to link that location to a existing folder on your computer There should be an...

> ok thank you. So I could essentially with an input folder drop a file in there and it will be used to then make the audiobook? yup The docker...

You could also try running the docker in headless mode to make sure that it's purely the network thing that's the issue

Oh, backslashes "`\`"don't work in powershell Try it in one line like this ```bash docker run -it --rm --platform linux/amd64 -v ${pwd}/input-folder:/home/user/app/input_folder -v ${pwd}/Audiobooks:/home/user/app/Audiobooks athomasson2/ebook2audiobookxtts:huggingface python app.py --headless True --ebook...

Weird that docker image should be doing it for you..... I'll see if i can update the docker image or something so it's actually based on the compose And not...