File size: 369 Bytes
1408b64
 
 
 
 
 
5a4d850
1408b64
a6c9d23
 
1408b64
 
1
2
3
4
5
6
7
8
9
10
11
12
# 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"]