- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Helcio, we have sent you a private message. Kindly check your community inbox.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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®.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page