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