Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/gradio/stable-diffusion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN apt-get update && \
WORKDIR /workspace

# 📥 Download the webui.sh script from the specified URL
RUN wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
# commit 3e068de has been done 19/12/2023 - date of tutorial writing
RUN wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/3e068de/webui.sh

# 👮‍♀️ Make the webui.sh script executable
RUN chmod +x webui.sh
Expand Down