Skip to content

Commit 0c60149

Browse files
authored
Update Dockerfile
1 parent 0a0b3a5 commit 0c60149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/comfy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \
5151
git clone -b v0.3.57 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
5252
pip install -r ${ROOT}/requirements.txt
5353

54-
RUN git clone -b 3.35 --depth=1 https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/custom_nodes/comfyui-manager && \
55-
pip install -r ${ROOT}/custom_nodes/comfyui-manager/requirements.txt
54+
RUN git clone -b 3.35 --depth=1 https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/built_in/comfyui-manager && \
55+
pip install -r ${ROOT}/built_in/comfyui-manager/requirements.txt
5656

5757
RUN chown -R "$PUID:$PGID" "${ROOT}"
5858

0 commit comments

Comments
 (0)