Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7942 Discussions

how to install ICC into contain via DockerFile

applemax82
Beginner
1,870 Views

Hi,

My environment is Centos 7.

I can to install ICC into docker container via bash manually, and then create one new image with icc support.

When installing icc via install script, there is user interface to choose some setup options.

Is there any method to install icc with only some bash command and without any user interface? Then, I can create new image with icc support via DockerFile.

how to install ICC into contain via DockerFile

Thanks!

Andrew

0 Kudos
3 Replies
nemequ
New Contributor I
1,870 Views

You might want to take a look at this script: https://github.com/nemequ/icc-travis/

It hasn't been updated to ICC 18, but it shouldn't bee too difficult to bring it up to do so.

0 Kudos
Sosa__Jeison
Beginner
1,870 Views

Hi there is already a Centos7-icc image, have a look to the Dockerfile: https://github.com/CGAL/cgal-testsuite-dockerfiles/tree/master/CentOS-7-ICC

0 Kudos
DUDYALA__VENKATA_SAT
1,870 Views

Hi 

I would like to install intel in distributed mode via Docker on redhat-atomic image. Is it possible ?



Regards,

Karthick

0 Kudos
Reply