Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create image using Docker file due to missing package intel-mkl-64bit-2019.2-057 #116

Open
ganeshrnair opened this issue Sep 28, 2024 · 0 comments

Comments

@ganeshrnair
Copy link

Getting an error when running docker image creation.


[15/31] RUN apt-get install -y intel-mkl-64bit-2019.2-057:
0.276 Reading package lists...
0.658 Building dependency tree...
0.756 Reading state information...
0.803 E: Unable to locate package intel-mkl-64bit-2019.2-057
0.803 E: Couldn't find any package by glob 'intel-mkl-64bit-2019.2-057'
0.803 E: Couldn't find any package by regex 'intel-mkl-64bit-2019.2-057'


Dockerfile:49

47 | RUN sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list'
48 | RUN apt-get update
49 | >>> RUN apt-get install -y intel-mkl-64bit-2019.2-057
50 | # Set the (global) environment variable MKLROOT to facilitate the build process.
51 | RUN echo 'export MKLROOT="/opt/intel/mkl"' >> /etc/bash.bashrc

Could see that this package is not publicly available: https://community.intel.com/t5/oneAPI-Registration-Download/Unable-to-locate-package-intel-mkl-64bit-2019-0-045/m-p/1532002/highlight/true#M6185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant