mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 06:25:32 +00:00
Update Dockerfile
change comfy to 3.10
This commit is contained in:
parent
894b87722b
commit
d6d46fc92d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ USER $PUID:$PGID
|
|||
|
||||
ENV ROOT=/stable-diffusion
|
||||
RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \
|
||||
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
|
||||
git clone -b v0.3.10 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
|
||||
cd ${ROOT} && \
|
||||
git checkout master && \
|
||||
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue