Spaces:
Sleeping
Sleeping
| # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker | |
| # you will also find guides on how best to write your Dockerfile | |
| # Build with the command: | |
| # docker build --platform linux/amd64 -t ebook2audiobook . | |
| FROM athomasson2/ebook2audiobook:dev_2.1 | |
| # Expose the required port | |
| EXPOSE 7860 | |
| # Start the Gradio app from the repository | |
| CMD ["python", "app.py"] |