mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-11 11:09:59 +01:00
version
This commit is contained in:
parent
c149e68efc
commit
7e5892f0cc
|
|
@ -8,8 +8,7 @@ ENV ROOT=/stable-diffusion
|
|||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
|
||||
cd ${ROOT} && \
|
||||
git checkout master && \
|
||||
# git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \ # pull latest
|
||||
git checkout v0.3.30 && \
|
||||
pip install -r requirements.txt
|
||||
|
||||
WORKDIR ${ROOT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue