Updating dockerfile again

This commit is contained in:
Darrel Pol 2026-01-22 22:12:11 -06:00
parent 1ac00d7ca7
commit b6d0a7987b

View file

@ -62,5 +62,8 @@ RUN TMPDIR=$PIP_TMPDIR pip install --no-cache-dir python-dotenv insightface
# Clean up pip temp directory
RUN rm -rf $PIP_TMPDIR
# Use community fork since Stability-AI repo is no longer public
ENV STABLE_DIFFUSION_REPO=https://github.com/w-e-w/stablediffusion.git
# Run the application
CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--listen", "--api", "--port", "7861"]