Use containers to set up and configure environments for building, running and profiling oneAPI applications and distribute them using images:
Develop with pre-built images that include all required tools and configurations.
Move projects easily by saving the environment as an image and running it on another machine without additional setup.
Prepare containers with different sets of languages and runtimes, analysis tools, compilers or other tools.
You can download a Docker* image from the Containers Repository.
image=intel/oneapi-basekit
docker pull "$image"
Build a Singularity image using a Singularity file.