oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.
1617 Discussions

Windows Docker Image w_BaseKit_p_2024.2.0.635_offline.exe & w_HPCKit_p_2024.2.0.633_offline.exe

Hἑλκίον
Beginner
1,126 Views

Hello everyone!

I have same issue when creating a "trying" to create Docker Image similar to the 

Re: Re:Installing IntelOneApi 2023 or 2023 on Windows Docker Container - Intel Community

 

The commands below are run in a Dockerfile:

cmd /C curl -SL --output C:\tools\w_BaseKit_p_2024.2.0.635_offline.exe https://registrationcenter-download.intel.com/akdlm/IRC_NAS/e83a8e64-04fc-45df-85c6-c2208d03bdb5/w_BaseKit_p_2024.2.0.635_offline.exe; \


cmd /C curl -SL --output C:\tools\w_HPCKit_p_2024.2.0.633_offline.exe https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0d500705-397e-41b3-8b2b-2a3da1753fc2/w_HPCKit_p_2024.2.0.633_offline.exe; \


Start-Process -Wait -FilePath C:\tools\w_BaseKit_p_2024.2.0.635_offline.exe -ArgumentList '--silent', '-remove-extracted-files yes', '-a', '--silent', '--action=install', '--install-dir=C:/tools/intel', '--eula accept', '--components=intel.oneapi.win.dpcpp-compiler'; \


Start-Process -Wait -FilePath C:\tools\w_HPCKit_p_2024.2.0.633_offline.exe -ArgumentList '--silent', '-remove-extracted-files yes', '-a', '--silent', '--action=install', '--install-dir=C:/tools/intel', '--eula accept', '--components=intel.oneapi.win.ifort-compiler:intel.oneapi.win.cpp-compiler:intel.oneapi.win.mpi.devel'

 

The first Start-Process fails. It fails with return 1 (the logs shows that it adds a constant to it so it returns like 1001). 

 

I am wondering if I need to install some other pre-requisites for that. Is not there a public sample out there that successfully install it on a Windows image? If so I appreciate you point me to it saving you time!:)

 

Kind regards

 

0 Kudos
4 Replies
Hἑλκίον
Beginner
1,051 Views

I am using version of VS compiler Visual Studio 2019 Developer Command Prompt v16.11.38 is above the one supported as per https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html

 

I have run Start-Process -Wait -FilePath C:\tools\w_BaseKit_p_2024.2.0.635_offline.exe -ArgumentList '--silent', '--log helcio.log', '-a', '--silent', '--list-components' on container and on my laptop and compared results as per attached image. The advantage of testing this command is that it seems not to require UAC (the box that asks for auth to install Software).

 

It fails with 

01.08.2024 13:12:23 : 16840 : Finish
01.08.2024 13:12:23 : 16840 : WARNING : Return Code is overwrited by Setup.exe return code. [ret code] = 1000 + [setup.exe ret code]
01.08.2024 13:12:23 : 16840 : Return Code: 1001

 

The application that fails is C:\Users\ContainerAdministrator\Downloads\w_BaseKit_p_2024.2.0.635_offline (1)\bootstrapper.exe

(Virus scan in progress ...)
0 Kudos
Hἑλκίον
Beginner
997 Views
Ok I can confirm that using base image full server:ltsc2022-amd64. It won't work with server core.
0 Kudos
Vipin_S_Intel
Moderator
973 Views

Hi Helcio, we have sent you a private message. Kindly check your community inbox.


0 Kudos
Vipin_S_Intel
Moderator
936 Views

Hi Helcio, unfortunately, we were unable to hear back from you. 


If you have any further queries, please post a new question, as this thread will no longer be monitored by Intel®. 


0 Kudos
Reply