Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HirCoir
/
Piper-TTS-Spanish
like
7
Running
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
b9d9359
Piper-TTS-Spanish
/
Dockerfile
HirCoir
Update Dockerfile
10de322
verified
11 months ago
raw
Copy download link
history
blame
Safe
176 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
. /code
CMD
[
"python3 /code/app.py"
]