Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
mustidf
/
mustiAI
Like
0
License:
llama4
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
mustiAI
/
Dockerfile
mustidf
Create Dockerfile
cce2d67
verified
10 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
142 Bytes
FROM python:3.10-slim
RUN
pip install --
no
-cache-
dir
diffusers[torch] transformers accelerate gradio
COPY
app
.py .
CMD [
"python"
,
"app.py"
]