Intel® oneAPI HPC Kit Get Started for Linux*
Intel® oneAPI HPC Toolkit
Containers allow you 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.
You can download a Docker* image from the Containers Repository.
image=intel/oneapi-hpckit docker pull "$image"
Build a Singularity image using a Singularity file.