Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Atharvsinh
/
fire
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fire
/
Dockerfile
At41rv
Create Dockerfile
50a1946
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
108 Bytes
FROM
python:
3.10
COPY
. /app
WORKDIR
/app
RUN
pip install -r requirements.txt
CMD
[
"python"
,
"black.py"
]