Skip to content

Commit ecf956f

Browse files
authored
Update Dockerfile
1 parent 220dc33 commit ecf956f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/comfy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
99
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
1010
cd ${ROOT} && \
1111
git checkout master && \
12-
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
12+
git reset --hard 4202e956a0172178f5d4ce1971da8c07c93420a9 && \
1313
pip install -r requirements.txt
1414

1515
WORKDIR ${ROOT}

0 commit comments

Comments
 (0)