Drew Thomasson
Drew Thomasson
Hey @nwithan8! 😁 So the current state of the compose and Dockefile file in the repo should be stable now With the directory structure and such I'll hit u up...
Long languages codes now work in fairseq ✅ The headless tts_engine works ✅ will run more tests
Oh make sure the Dockerfile and Docker Compose are identical to the one in the ebook2audiobook `main`
Custom models upload works ✅ the issue before was just I had extra files in the zip This time I only selected the files that were needed and nothing else...
Hm I did just change the docker-compose ima revert it and see if thats whats causing your issue
hm Also just updated the docker compose to comment out the newly added linked Volume try doing a git pull and trying the docker-compose again 🤔
> I'd take a look at the USER instruction in the docker docs: https://www.docker.com/blog/understanding-the-docker-user-instruction/ this'll tell the container which user to run as (currently its executing as root) and combine...
@janstadt Hit me up on discord so we don't clog the issues up with our conversation lol Or as a discussion in the GitHub and @ me [](https://discord.gg/bg5Kx43c6w)
> > hm > > > > > > Also just updated the docker compose to comment out the newly added linked Volume > > > > > > try...
> I just cloned the repository and ran docker compose up -d. I tried converting a 50KB EPUB file, but I still encountered the issue "Conversion cancelled." > > ```...