Update Versions (#58)

* Update Versions
This commit is contained in:
AbdBarho 2022-09-13 21:40:10 +02:00 committed by GitHub
parent 03d12cbcd9
commit d8cfdd3af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step
ARG SHA=744ac1f89a075be4535146279feef800214c35a8
ARG SHA=85b97cc49c4766cb47306e71e552871a0791ea29
RUN <<EOF
cd stable-diffusion-webui
git pull --rebase
@ -49,7 +49,7 @@ git reset --hard ${SHA}
pip install --prefer-binary --no-cache-dir -r requirements.txt
EOF
RUN pip install --prefer-binary -U --no-cache-dir opencv-python-headless markupsafe==2.0.1 gfpgan==1.3.5
RUN pip install --prefer-binary -U --no-cache-dir opencv-python-headless
ENV TRANSFORMERS_CACHE=/cache/transformers TORCH_HOME=/cache/torch CLI_ARGS=""

View File

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