Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imperialwool
/
funapi
like
2
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
c6a149f
funapi
/
Dockerfile
imperialwool
Update Dockerfile
c6a149f
over 3 years ago
raw
Copy download link
history
blame
183 Bytes
FROM
debian:latest
RUN
apt update
RUN
apt install ffmpeg -y
FROM
python:
3.10
WORKDIR
/
RUN
pip install --no-cache-dir --upgrade -r /requirements.txt
CMD
[
"python3.10"
,
"app.py"
]