Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
newturok
/
flux_v0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
flux_v0
/
Dockerfile
newturok
Update Dockerfile
e1ced84
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
FROM
runpod/stable-diffusion:comfy-ui-6.0.0
RUN
apt-
get
update
RUN
pip install --upgrade pip
CMD [
"/start.sh"
]