Get Started with the Intel® oneAPI Base Toolkit for Linux*
ID
766893
Date
3/31/2025
Public
A newer version of this document is available. Customers should click here to go to the newest version.
Configure Your CPU or GPU System
Configure Your FPGA System
Build and Run a Sample Project Using the Command Line
Build and Run a Sample Project Using Eclipse*
Build and Run a Sample Project Using Visual Studio Code
Using Containers
Using Cloud CI Systems
Troubleshooting
Next Steps
Notices and Disclaimers
Using Containers
Intel® oneAPI Base Toolkit
Containers allow you to set up and configure environments for building, running and profiling oneAPI applications and distribute them using images:
Install an image containing an environment pre-configured with all the tools you need, then develop within that environment.
Save an environment and use the image to move that environment to another machine without additional setup.
Prepare containers with different sets of languages and runtimes, analysis tools, or other tools, as needed.
Download Docker* Image
You can download a Docker* image from the Containers Repository.
NOTE:
The Docker image is ~5 GB and can take ~15 minutes to download. It will require 25 GB of disk space.
image=intel/oneapi-basekit
docker pull "$image"
Singularity Containers
Build a Singularity image using a Singularity file.