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...
9b7e07c
asrdocker
/
Dockerfile
lwdgit
update
9b7e07c
about 2 years ago
raw
Copy download link
history
blame
Safe
221 Bytes
FROM
lwddc/paddlespeech
RUN
useradd -m -u 1000 user
WORKDIR
/app
ADD
app.py requirements.txt /app
RUN
chmod
-R 777 /root/.cache /root/.config/matplotlib /usr/local/lib/python3.7/
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]