Skip to content

Commit 5321c05

Browse files
committed
revert dockerfile changes
1 parent f9db055 commit 5321c05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/Dockerfile.base

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ RUN conda run -n comfystream pip install --no-cache-dir \
6666
${TensorRT_ROOT}/python/tensorrt-10.12.0.36-cp312-none-linux_x86_64.whl
6767

6868
# Clone ComfyUI
69-
RUN git clone --branch v0.3.60 --depth 1 https://github.com/comfyanonymous/ComfyUI.git /workspace/ComfyUI
70-
RUN git clone https://github.com/Comfy-Org/ComfyUI-Manager.git /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
69+
RUN git clone --branch v0.3.56 --depth 1 https://github.com/comfyanonymous/ComfyUI.git /workspace/ComfyUI
7170

7271
# Copy ComfyStream files into ComfyUI
7372
COPY . /workspace/comfystream
@@ -84,7 +83,6 @@ RUN conda run -n comfystream --no-capture-output --cwd /workspace/comfystream --
8483

8584
# Install ComfyUI requirements
8685
RUN conda run -n comfystream --no-capture-output --cwd /workspace/ComfyUI pip install -r requirements.txt --root-user-action=ignore
87-
RUN cd /workspace/ComfyUI/custom_nodes/ComfyUI-Manager && pip install -r requirements.txt
8886

8987
# Install ComfyStream requirements
9088
RUN ln -s /workspace/comfystream /workspace/ComfyUI/custom_nodes/comfystream

0 commit comments

Comments
 (0)