Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Niansuh
/
Ts
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Ts
/
Dockerfile
Niansuh
Create Dockerfile
3e3a154
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
100 Bytes
FROM
python:
3.11
RUN
pip install flask requests
COPY
main.py .
EXPOSE
7860
CMD
[
"python"
,
"main.py"
]