flux_v0 / Dockerfile
newturok's picture
Update Dockerfile
e1ced84 verified
raw
history blame contribute delete
112 Bytes
FROM runpod/stable-diffusion:comfy-ui-6.0.0
RUN apt-get update
RUN pip install --upgrade pip
CMD ["/start.sh"]