From 67ce543e04aed5abfc98a08249a42058645754b4 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 18 Mar 2025 15:12:11 +0100 Subject: [PATCH] Intel docker. (#3121) * Intel docker. * torchaudio ? * Fixing dockerfile ? --- Dockerfile_intel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_intel b/Dockerfile_intel index bacefd020..10ed914a7 100644 --- a/Dockerfile_intel +++ b/Dockerfile_intel @@ -98,7 +98,7 @@ ENV HF_HOME=/data \ WORKDIR /usr/src -RUN pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/xpu +RUN pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/test/xpu RUN pip install triton-xpu==3.2.0b1 --no-cache-dir