From 5a5ea504a51026a35c06d346f5223ba1bf726296 Mon Sep 17 00:00:00 2001 From: owner Date: Sun, 16 Nov 2025 16:00:02 -0500 Subject: [PATCH] intel fix --- services/intel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/intel/Dockerfile b/services/intel/Dockerfile index 7ebcafd..ef14c54 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==2.10.0.dev20250911+xpu torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu +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 # Install Python dependencies RUN pip install --no-cache-dir --break-system-packages -r requirements.txt && \