From c40d41563d3c4c328ec26e23f572324c0c728ba4 Mon Sep 17 00:00:00 2001 From: simonmcnair <101189766+simonmcnair@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:35:06 +0100 Subject: [PATCH] Update Dockerfile Fix for build --- services/comfy/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/comfy/Dockerfile b/services/comfy/Dockerfile index eb1a9e9..ded3cb6 100644 --- a/services/comfy/Dockerfile +++ b/services/comfy/Dockerfile @@ -45,10 +45,8 @@ USER $PUID:$PGID ENV ROOT=/stable-diffusion RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \ - git clone -b v0.3.10 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \ cd ${ROOT} && \ - git checkout master && \ - git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \ + git clone -b v0.3.10 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \ pip install -r requirements.txt RUN git clone -b 3.6.5 --depth=1 https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/custom_nodes/comfyui-manager && \