This commit is contained in:
NaseebGrewal 2024-09-04 09:58:38 +02:00 committed by GitHub
commit bb721c6729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ WORKDIR /
RUN --mount=type=cache,target=/root/.cache/pip \
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
cd stable-diffusion-webui && \
git reset --hard v1.9.4 && \
git reset --hard v1.10.0 && \
pip install -r requirements_versions.txt