mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-10 01:24:35 +01:00
Update hlky to dev
This commit is contained in:
parent
59892da866
commit
b08a64312c
|
|
@ -26,10 +26,10 @@ RUN pip install -U --no-cache-dir pyperclip
|
||||||
|
|
||||||
# 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 BRANCH=master
|
# ARG BRANCH=master
|
||||||
ARG SHA=833a91047df999302f699637768741cecee9c37b
|
# ARG SHA=833a91047df999302f699637768741cecee9c37b
|
||||||
# ARG BRANCH=dev
|
ARG BRANCH=dev
|
||||||
# ARG SHA=5f3d7facdea58fc4f89b8c584d22a4639615a2f8
|
ARG SHA=27c8134547bf43c6b9669a322059efec9c98d617
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
cd stable-diffusion
|
cd stable-diffusion
|
||||||
git fetch
|
git fetch
|
||||||
|
|
@ -56,7 +56,7 @@ COPY . /docker/
|
||||||
RUN python /docker/info.py /stable-diffusion/frontend/frontend.py && chmod +x /docker/mount.sh
|
RUN python /docker/info.py /stable-diffusion/frontend/frontend.py && chmod +x /docker/mount.sh
|
||||||
|
|
||||||
WORKDIR /stable-diffusion
|
WORKDIR /stable-diffusion
|
||||||
ENV TRANSFORMERS_CACHE=/cache/transformers TORCH_HOME=/cache/torch CLI_ARGS=""
|
ENV TRANSFORMERS_CACHE=/cache/transformers TORCH_HOME=/cache/torch PYTHONPATH="${PYTHONPATH}:/stable-diffusion" CLI_ARGS=""
|
||||||
EXPOSE 7860
|
EXPOSE 7860
|
||||||
# run, -u to not buffer stdout / stderr
|
# run, -u to not buffer stdout / stderr
|
||||||
CMD /docker/mount.sh && \
|
CMD /docker/mount.sh && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue