Closed matthiss closed 1 month ago
Interesting....
Try running this docker?
It's the docker of this space tbh, but it's up and running so we know it works at least
docker run -it -p 7860:7860 --platform=linux/amd64 registry.hf.space/drewthomasson-ebook2audiobookxtts:latest python app.py
I'll see about updating the docker file in the readme, To make it more inline with this one
Just modified the dockerfile with the GPU one instead from the Docker hub page
-Honestly probs just easier to try one of the prebuilt ones,
With the Huggingface space you can still look at all the files like the requirements.txt packages.txt and the app.py inside of it
OS: Fedora Linux 40 (Workstation Edition) x86_64 Kernel: 6.10.7-200.fc40.x86_64 CPU: AMD Ryzen 9 5900X (24) @ 3.700GHz GPU: NVIDIA GeForce RTX 3090 Memory: 96457MiB
Docker WebUI want start
If I execute
docker run -it --rm --gpus all -p 7860:7860 athomasson2/ebook2audiobookxtts:latest
the Webui won't start. I simply drop to a root shell on the container, diplaying the following:If I then try to manually start the webui, the installation seems broken
Can't build container from Dockerfile
If I try to build the container myself using the Dockerfile it looks like scapy can't compile. Could be related to this (already closed) issue https://github.com/explosion/spaCy/issues/13449.