Intel® oneAPI Toolkit Installation Guide for Linux* OS - 2026.1
ID
916952
Date
7/08/2026
Public
Install the Intel® oneAPI Toolkit
Install Intel® Deep Learning Essentials
Install Intel® Distribution for Python*
Install Stand-Alone Tools
Install Packages to Different Directories
Uninstall Toolkit, Bundle and Standalone Tools
Using Containers
Install Intel GPU Drivers
Install Plugins for non-Intel GPUs
Configure WSL 2 for GPU Workflows
Troubleshooting
Download Documentation
Notices and Disclaimers
Using Containers
Use containers to set up and configure environments for building, running and profiling oneAPI applications and distribute them using images:
You can install an image containing an environment pre-configured with all the tools you need, then develop within that environment.
You can save an environment and use the image to move that environment to another machine without additional setup.
You can prepare containers with different sets of languages and runtimes, analysis tools, or other tools, as needed.
Download an Image
Download a Docker* image from the oneAPI tools Docker Hub repository.
Pull the latest image for Intel® oneAPI Toolkit using the following command:
docker pull intel/oneapi-toolkit:latest
Pull the latest image for Intel® Deep Learning Essentials using the following command:
docker pull intel/deep-learning-essentials:latest