10K+
On Intel® CPUs, PyTorch* takes advantage of the following instruction sets:
Images available here start with the Ubuntu* 24.04 base image with PyTorch* for Intel® CPUs.
| Tag(s) | PyTorch |
|---|---|
cpu-2.13.0-ubuntu24.04, cpu-2.13.0, cpu | 2.13.0 (no patches applied) |
cpu-2.11.0-ubuntu24.04, cpu-2.11.0 | 2.11.0 (no patches applied) |
docker run -it --rm \
--ipc=host \
intel/pytorch:cpu-2.13.0
The following Intel® GPUs are supported by PyTorch* through the xpu device backend:
Above GPU platforms require different minimal versions of Linux kernel. For detailed requirements see https://dgpu-docs.intel.com. For usage examples running PyTorch* with xpu device backend see https://docs.pytorch.org/docs/stable/notes/get_start_xpu.html.
Images available here start with the Intel® Graphics Compute Runtime base image, which is itself based on Ubuntu* 24.04, with PyTorch* for Intel® GPUs.
| Tag(s) | PyTorch | Compute Runtime | Intel Deep Learning Essentials |
|---|---|---|---|
xpu-2.13.0-ubuntu24.04, xpu-2.13.0, xpu, latest | 2.13.0 (no patches applied) | 26.22.38646.7 | 2026.0.0 |
xpu-2.11.0-ubuntu24.04, xpu-2.11.0 | 2.11.0 (no patches applied) | 26.05.37020.3 | 2025.3.2 |
DEVICE=${DEVICE:-/dev/dri/renderD128}
DEVICE_GRP=$(stat --format %g $DEVICE)
docker run -it --rm \
--device $DEVICE \
--group-add $DEVICE_GRP \
-v /dev/dri/by-path:/dev/dri/by-path \
--ipc=host \
intel/pytorch:latest
The following Intel GPUs are not fully validated with the provided container images and are not guaranteed to work:
The images bundle torch, torchvision and torchaudio installed from the official PyTorch* wheel index
(https://download.pytorch.org/whl/cpu and https://download.pytorch.org/whl/xpu):
| Package | Version |
|---|---|
torch | 2.13.0 |
torchvision | 0.28.0 |
torchaudio | 2.11.0 |
torchaudio has no release matching PyTorch* 2.13.0; 2.11.0 is the latest published wheel.
The Dockerfiles used to build the container images are available in intel/containers repository.
By downloading and using these container images and the included software, you agree to the terms and conditions of the software license agreements.
In accordance with the terms and conditions of these licenses, particularly those requiring source code availability (such as GPL), the source code for all such open-source components included in these container images can be obtained from here.
All Ubuntu container images are intended for demo purposes only and not intended for production use. To receive expanded security maintenance from Canonical on the Ubuntu base layer, you may follow the how-to guide to enable Ubuntu Pro in a Dockerfile which will require the image to be rebuilt.
Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries.
OpenCL and the OpenCL logo are trademarks of Apple Inc. used by permission by Khronos.
* Other names and brands may be claimed as the property of others.
Content type
Image
Digest
sha256:7366f264b…
Size
2.7 GB
Last updated
14 days ago
docker pull intel/pytorchPulls:
614
Sep 7 to Sep 13