Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
KPatrick/PaddleSpeechASR
justest
/
asrdocker
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b25bd67
asrdocker
/
Dockerfile
lwdgit
update
94e0455
about 2 years ago
raw
Copy download link
history
blame
Safe
129 Bytes
FROM
lwddc/paddlespeech
RUN
useradd -m -u 1000 user
WORKDIR
/app
ADD
app.py requirements.txt /app
EXPOSE
7860
CMD
[
"app.py"
]