We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56645d commit c1106a9Copy full SHA for c1106a9
Dockerfile
@@ -67,11 +67,6 @@ RUN --mount=type=cache,target=/root/.cache/pip \
67
pip install --upgrade -r /requirements.txt --no-cache-dir && \
68
rm /requirements.txt
69
70
-RUN --mount=type=cache,target=/root/.cache/pip \
71
- cd stable-diffusion-webui && \
72
- git fetch && \
73
- git reset --hard ${SHA} && \
74
- pip install -r requirements_versions.txt
75
ADD src .
76
77
COPY builder/cache.py /stable-diffusion-webui/cache.py
0 commit comments