Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HirCoir
/
Piper-TTS-Spanish
like
9
Running
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
18bb8fb
Piper-TTS-Spanish
/
Dockerfile
HirCoir
Update Dockerfile
18bb8fb
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
166 Bytes
FROM
python:
3.12
WORKDIR
/code
RUN
pip install --upgrade pip
RUN
pip install gradio
RUN
pip install --no-cache-dir --upgrade gradio
COPY
. .
CMD
[
"python3 app.py"
]