Skip to content

Commit c1106a9

Browse files
committed
Update Dockerfile
1 parent c56645d commit c1106a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ RUN --mount=type=cache,target=/root/.cache/pip \
6767
pip install --upgrade -r /requirements.txt --no-cache-dir && \
6868
rm /requirements.txt
6969

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
7570
ADD src .
7671

7772
COPY builder/cache.py /stable-diffusion-webui/cache.py

0 commit comments

Comments
 (0)