File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
41
41
42
42
# Note: don't update the sha of previous versions because the install will take forever
43
43
# instead, update the repo state in a later step
44
- ARG SHA=744ac1f89a075be4535146279feef800214c35a8
44
+ ARG SHA=85b97cc49c4766cb47306e71e552871a0791ea29
45
45
RUN <<EOF
46
46
cd stable-diffusion-webui
47
47
git pull --rebase
48
48
git reset --hard ${SHA}
49
49
pip install --prefer-binary --no-cache-dir -r requirements.txt
50
50
EOF
51
51
52
- RUN pip install --prefer-binary -U --no-cache-dir opencv-python-headless markupsafe==2.0.1 gfpgan==1.3.5
52
+ RUN pip install --prefer-binary -U --no-cache-dir opencv-python-headless
53
53
54
54
ENV TRANSFORMERS_CACHE=/cache/transformers TORCH_HOME=/cache/torch CLI_ARGS=""
55
55
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN pip install -U --no-cache-dir pyperclip
26
26
# Note: don't update the sha of previous versions because the install will take forever
27
27
# instead, update the repo state in a later step
28
28
ARG BRANCH=master
29
- ARG SHA=7623a5734740025d79b710f3744bff9276e1467b
29
+ ARG SHA=e6a9e5d968aad020e54045a0923d8c6aa0b54591
30
30
RUN <<EOF
31
31
cd stable-diffusion
32
32
git fetch
You can’t perform that action at this time.
0 commit comments