Skip to content

Commit 4413848

Browse files
AbdBarhosheldonhull
authored andcommitted
Update Versions (AbdBarho#58)
* Update Versions
1 parent 1d42f20 commit 4413848

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: services/AUTOMATIC1111/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
4141

4242
# Note: don't update the sha of previous versions because the install will take forever
4343
# instead, update the repo state in a later step
44-
ARG SHA=744ac1f89a075be4535146279feef800214c35a8
44+
ARG SHA=85b97cc49c4766cb47306e71e552871a0791ea29
4545
RUN <<EOF
4646
cd stable-diffusion-webui
4747
git pull --rebase
4848
git reset --hard ${SHA}
4949
pip install --prefer-binary --no-cache-dir -r requirements.txt
5050
EOF
5151

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
5353

5454
ENV TRANSFORMERS_CACHE=/cache/transformers TORCH_HOME=/cache/torch CLI_ARGS=""
5555

Diff for: services/hlky/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN pip install -U --no-cache-dir pyperclip
2626
# Note: don't update the sha of previous versions because the install will take forever
2727
# instead, update the repo state in a later step
2828
ARG BRANCH=master
29-
ARG SHA=7623a5734740025d79b710f3744bff9276e1467b
29+
ARG SHA=e6a9e5d968aad020e54045a0923d8c6aa0b54591
3030
RUN <<EOF
3131
cd stable-diffusion
3232
git fetch

0 commit comments

Comments
 (0)