Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

GPG Error, oneapi-hpckit

Sergei_Kliavinek
New Contributor I
945 Views

Dear developers, 

 

I'm trying to build docker container on the base of the oneapi-hpckit, and follow the next procedure:

# Use Intel OneAPI HPC Toolkit as base image
FROM intel/oneapi-hpckit:2023.2.1-devel-ubuntu22.04

# Install of utilities and libraries
RUN apt-get update && apt-get install -y \
    build-essential \
    wget \
    unzip \
    libfftw3-dev \
    libblas-dev \
    liblapack-dev \
    vim

 However, I obtain an error:

W: GPG error: https://apt.repos.intel.com/oneapi all InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
9.990 E: The repository 'https://apt.repos.intel.com/oneapi all InRelease' is not signed.

 Could you please tell me, what is the issue and how to fix it? Previously the same container builded without any issues

 

Best, 

Sergei

0 Kudos
1 Solution
TobiasK
Moderator
930 Views

please try the latest version, 2025.0

View solution in original post

0 Kudos
4 Replies
TobiasK
Moderator
941 Views

@Sergei_Kliavinek hpckit 2023.2.1 is not supported anymore

0 Kudos
Sergei_Kliavinek
New Contributor I
940 Views

Oh, ok, sad news ahah. Which one you would advice as the most reliable alternative?

0 Kudos
TobiasK
Moderator
931 Views

please try the latest version, 2025.0

0 Kudos
Sergei_Kliavinek
New Contributor I
926 Views

Ok, cool, thank you a lot!

0 Kudos
Reply