diff --git a/Dockerfile b/Dockerfile index 323bef6..dd4ede0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,7 @@ RUN pip install --upgrade pip && \ # Clone the upstream repository RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git /app/webui && \ cd /app/webui && \ - git checkout v1.7.0 + git checkout dev # Install project dependencies WORKDIR /app