From f1eed95e2588fa4b143ee19840ad1b15b56580e6 Mon Sep 17 00:00:00 2001 From: simonmcnair <101189766+simonmcnair@users.noreply.github.com> Date: Wed, 9 Apr 2025 10:56:09 +0100 Subject: [PATCH] Update Dockerfile fix for failed build --- services/comfy/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/comfy/Dockerfile b/services/comfy/Dockerfile index ded3cb6..325e166 100644 --- a/services/comfy/Dockerfile +++ b/services/comfy/Dockerfile @@ -45,9 +45,8 @@ USER $PUID:$PGID ENV ROOT=/stable-diffusion RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \ - cd ${ROOT} && \ git clone -b v0.3.10 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \ - pip install -r requirements.txt + pip install -r ${ROOT}/requirements.txt RUN git clone -b 3.6.5 --depth=1 https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/custom_nodes/comfyui-manager && \ pip install -r ${ROOT}/custom_nodes/comfyui-manager/requirements.txt