Skip to content

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

@ganeshrnair

Description

@ganeshrnair

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions