From 2f176a3c324795432e5a60dfd03807dfc504863f Mon Sep 17 00:00:00 2001 From: owner Date: Sun, 16 Nov 2025 15:50:21 -0500 Subject: [PATCH] fix --- services/nvidia/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/nvidia/Dockerfile b/services/nvidia/Dockerfile index 98dde51..91b04c5 100644 --- a/services/nvidia/Dockerfile +++ b/services/nvidia/Dockerfile @@ -37,7 +37,7 @@ RUN pip install --break-system-packages -r 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 -r /ComfyUI/custom_nodes/ComfyUI-SaveAs/requirements.txt \ && pip install --break-system-packages gitpython psutil # Set ownership and move models directory