From a0fd6a46accff049046a64e743a628e59aabf83e Mon Sep 17 00:00:00 2001 From: eleiton Date: Tue, 20 May 2025 21:28:36 +0200 Subject: [PATCH] Updating to latest version of intel-extension-for-pytorch for comfyui and sdnext --- comfyui/Dockerfile | 2 +- sdnext/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comfyui/Dockerfile b/comfyui/Dockerfile index 87bd7a5..402a0cf 100644 --- a/comfyui/Dockerfile +++ b/comfyui/Dockerfile @@ -1,4 +1,4 @@ -FROM intel/intel-extension-for-pytorch:2.6.10-xpu +FROM intel/intel-extension-for-pytorch:2.7.10-xpu # optional, might help with memory allocation performance and scalability RUN apt-get update && \ diff --git a/sdnext/Dockerfile b/sdnext/Dockerfile index ce47f06..8c8638c 100644 --- a/sdnext/Dockerfile +++ b/sdnext/Dockerfile @@ -1,4 +1,4 @@ -FROM intel/intel-extension-for-pytorch:2.6.10-xpu +FROM intel/intel-extension-for-pytorch:2.7.10-xpu # set paths to use with sdnext ENV SD_DATADIR="/mnt/data"