From cd172b3293a9967abbcc7eaa39f582f6e5626158 Mon Sep 17 00:00:00 2001 From: owner Date: Sun, 16 Nov 2025 16:03:12 -0500 Subject: [PATCH] intel fix 2 --- services/intel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/intel/Dockerfile b/services/intel/Dockerfile index ef14c54..bc99579 100644 --- a/services/intel/Dockerfile +++ b/services/intel/Dockerfile @@ -32,7 +32,7 @@ RUN git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Manager /ComfyUI/cus git clone --depth 1 https://github.com/SEkINVR/ComfyUI-SaveAs.git /ComfyUI/custom_nodes/ComfyUI-SaveAs WORKDIR /ComfyUI -RUN pip install --no-cache-dir --break-system-packages torch==torch-2.10.0.dev20251116+xpu torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu +RUN pip install --no-cache-dir --break-system-packages torch==2.10.0.dev20251116+xpu torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu # Install Python dependencies RUN pip install --no-cache-dir --break-system-packages -r requirements.txt && \