mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 06:34:19 +01:00
hlky
This commit is contained in:
parent
9fa7f6a784
commit
878a173c66
|
|
@ -46,10 +46,14 @@ ENV ROOT=/stable-diffusion-webui \
|
||||||
COPY --from=download /git/ ${ROOT}
|
COPY --from=download /git/ ${ROOT}
|
||||||
RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeFormer/requirements.txt
|
RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeFormer/requirements.txt
|
||||||
|
|
||||||
|
# TODO: move to top
|
||||||
|
RUN apt-get install jq moreutils -y
|
||||||
|
|
||||||
|
|
||||||
# Note: don't update the sha of previous versions because the install will take forever
|
# Note: don't update the sha of previous versions because the install will take forever
|
||||||
# instead, update the repo state in a later step
|
# instead, update the repo state in a later step
|
||||||
|
|
||||||
ARG SHA=9b75ab144f5fa3669166374dacd5ffc340984078
|
ARG SHA=03d62538aebeff51713619fe808c953bdb70193d
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
cd stable-diffusion-webui
|
cd stable-diffusion-webui
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
|
@ -63,8 +67,6 @@ RUN pip install --prefer-binary --no-cache-dir opencv-python-headless \
|
||||||
pyngrok
|
pyngrok
|
||||||
|
|
||||||
|
|
||||||
# TODO: move to top
|
|
||||||
RUN apt-get install jq moreutils -y
|
|
||||||
|
|
||||||
COPY . /docker
|
COPY . /docker
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ conda clean -a -y
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
ARG BRANCH=dev SHA=2215a3b40325ac53d65c22e181eb59ef22ff0586
|
ARG BRANCH=dev SHA=fd51bab1ec03543eb57faa954caab879ef2bafe7
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
cd stable-diffusion
|
cd stable-diffusion
|
||||||
git fetch
|
git fetch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue