GithubHelp home page GithubHelp logo

Comments (3)

ryun0suke22 avatar ryun0suke22 commented on May 29, 2024

GPG key for MKL is now updated. I think install_mkl.sh works fine now.

community.intel.com/t5/oneAPI-Registration-Download/The-GPG-PUB-KEY-INTEL-SW-PRODUCTS-PUB-expired/m-p/1530383#M6132

from kaldi.

ryun0suke22 avatar ryun0suke22 commented on May 29, 2024

You need to add these before install_mkl.sh

RUN apt-get install -y gpg
RUN curl -sSL https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor -o /usr/share/keyrings/intel-sw-products.gpg

from kaldi.

kkm000 avatar kkm000 commented on May 29, 2024

The relevant key https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB has promptly expired on 2021-01-01T00:00:00Z, and a new key was added to this keyring about 36 hours later.

@ryun0suke22

You need to add these before install_mkl.sh

Not quite, the key should no longer mucked with gpg. Starting with Debian 11, maybe even 10, simply drop the “armored” gpg keychain ASCII file as downloaded from http://.../GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB with the .asc extension to /etc/apt/trusted.d/. apt(8) has long supported both binary .gpg files, and their "armored" format, pure ASCII .asc files, which were invented to transmit key material through terminal-like connections that may not be binary-transparent.

And yeah, the install_mkl.sh script should work now, since the key has now been updated. Ping me if you find otherwise.

from kaldi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.