mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
Updating dockerfile again
This commit is contained in:
parent
1ac00d7ca7
commit
b6d0a7987b
1 changed files with 3 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue