Intel docker. (#3121)

* Intel docker.

* torchaudio ?

* Fixing dockerfile ?
This commit is contained in:
Nicolas Patry 2025-03-18 15:12:11 +01:00 committed by GitHub
parent 83fe45c15e
commit 67ce543e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ ENV HF_HOME=/data \
WORKDIR /usr/src 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 RUN pip install triton-xpu==3.2.0b1 --no-cache-dir