Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kopaser
/
horde_rating
like
1
Build error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
horde_rating
/
Dockerfile
kopaser
Create Dockerfile
b86b305
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
71 Bytes
FROM
python:
3.10
-slim
COPY
. /app
WORKDIR
/app
CMD
[
"python"
,
"app.py"
]