Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaothan
/
gen
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gen
/
api
/
Dockerfile
jaothan
Upload 24 files
6f20934
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
139 Bytes
FROM python:
3.8
-slimWORKDIR /appCOPY requirements
.txt
requirements
.txtRUN
pip install -r requirements
.txtCOPY
.
.CMD
[
"python"
,
"app.py"
]