intel fix

This commit is contained in:
2025-11-16 16:00:02 -05:00
parent 2f176a3c32
commit 5a5ea504a5

View File

@@ -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 && \