- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
4 Replies
- 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
Oh, ok, sad news ahah. Which one you would advice as the most reliable alternative?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please try the latest version, 2025.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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