diff --git a/apps/gradio/stable-diffusion/Dockerfile b/apps/gradio/stable-diffusion/Dockerfile index 2931eb5..171d35a 100644 --- a/apps/gradio/stable-diffusion/Dockerfile +++ b/apps/gradio/stable-diffusion/Dockerfile @@ -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