This is a Dockerfile with Intel Parallel Studio XE Composer Edition for C++ in a Debian base image. It also includes tini to protect from software that accidentally creates zombie processes.
I'm not sharing the pre-build image since it requires a Intel personal license, however you can build your own image.
- Download your license file from here https://registrationcenter.intel.com/en/products/
- Rename your license to
license.lic
and put it in the same folder along with theDockerfile
andconfig.cfg
files. - Build with
docker build -t dkr-intel .