diff --git a/services/amd/Dockerfile b/services/amd/Dockerfile index c7bb450..736a74c 100644 --- a/services/amd/Dockerfile +++ b/services/amd/Dockerfile @@ -36,6 +36,7 @@ RUN pip install --no-cache-dir --break-system-packages --pre torch torchvision t # Install Python dependencies RUN pip install --no-cache-dir --break-system-packages -r requirements.txt && \ pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/comfyui-manager/requirements.txt && \ + pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt && \ pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Impact-Pack/requirements.txt && \ pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Impact-Subpack/requirements.txt && \ pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/comfyui-browser/requirements.txt && \ diff --git a/services/intel/Dockerfile b/services/intel/Dockerfile index f1ae062..21e4048 100644 --- a/services/intel/Dockerfile +++ b/services/intel/Dockerfile @@ -37,6 +37,7 @@ RUN pip install --no-cache-dir --break-system-packages torch==2.10.0.dev20251116 # Install Python dependencies RUN pip install --no-cache-dir --break-system-packages -r requirements.txt && \ pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Manager/requirements.txt && \ + pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt && \ pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Impact-Pack/requirements.txt && \ pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Impact-Subpack/requirements.txt && \ pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/comfyui-browser/requirements.txt && \ diff --git a/services/nvidia/Dockerfile b/services/nvidia/Dockerfile index 97af625..8a3fc51 100644 --- a/services/nvidia/Dockerfile +++ b/services/nvidia/Dockerfile @@ -33,13 +33,14 @@ RUN \ WORKDIR /ComfyUI -RUN pip install --break-system-packages -r requirements.txt \ - && pip install --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Manager/requirements.txt \ - && pip install --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Impact-Pack/requirements.txt \ - && pip install --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Impact-Subpack/requirements.txt \ - && pip install --break-system-packages -r /ComfyUI/custom_nodes/comfyui-browser/requirements.txt \ - && pip install --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-SaveAs/requirements.txt \ - && pip install --break-system-packages gitpython psutil +RUN pip install --no-cache-dir --break-system-packages -r requirements.txt \ + && pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Manager/requirements.txt \ + && pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt \ + && pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Impact-Pack/requirements.txt \ + && pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-Impact-Subpack/requirements.txt \ + && pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/comfyui-browser/requirements.txt \ + && pip install --no-cache-dir --break-system-packages -r /ComfyUI/custom_nodes/ComfyUI-SaveAs/requirements.txt \ + && pip install --no-cache-dir --break-system-packages gitpython psutil # Install prebuilt flash-attn RUN pip install --break-system-packages https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.4.22/flash_attn-2.8.1+cu130torch2.9-cp312-cp312-linux_x86_64.whl