Skip to content

Instantly share code, notes, and snippets.

@mathjazz
Created December 22, 2021 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathjazz/46ca76c0136e7fd17ba9c3aba48951d6 to your computer and use it in GitHub Desktop.
Save mathjazz/46ca76c0136e7fd17ba9c3aba48951d6 to your computer and use it in GitHub Desktop.
Sideshow:translation-service mathjazz$ make build-docker
docker build -t translation-service .
[+] Building 2.7s (11/19)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.50kB 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:focal 1.2s
=> [internal] load build context 0.0s
=> => transferring context: 6.80kB 0.0s
=> [ 1/15] FROM docker.io/library/ubuntu:focal@sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322 0.0s
=> CACHED [ 2/15] WORKDIR /app 0.0s
=> CACHED [ 3/15] RUN groupadd --gid 10001 app && useradd -g app --uid 10001 --shell /usr/sbin/nologin --create-home --home-dir /app app 0.0s
=> CACHED [ 4/15] RUN apt update && apt -y install git cmake 0.0s
=> CACHED [ 5/15] RUN apt-get install -y build-essential libboost-all-dev libprotobuf17 protobuf-compiler libprotobuf-dev libssl-dev libgoogle-perftools-dev 0.0s
=> CACHED [ 6/15] RUN apt install wget && wget -qO- 'https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB' | apt-key add - 0.0s
=> ERROR [ 7/15] RUN sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' && apt-get update && apt-get install -y intel-mkl-64bit-2020.0-088 1.4s
------
> [ 7/15] RUN sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' && apt-get update && apt-get install -y intel-mkl-64bit-2020.0-088:
#10 0.296 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
#10 0.309 Get:2 https://apt.repos.intel.com/mkl all InRelease [4438 B]
#10 0.332 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
#10 0.383 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
#10 0.428 Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
#10 0.430 Get:6 https://apt.repos.intel.com/mkl all/main all Packages [35.0 kB]
#10 0.570 Fetched 39.5 kB in 0s (105 kB/s)
#10 0.570 Reading package lists...
#10 0.967 Reading package lists...
#10 1.316 Building dependency tree...
#10 1.387 Reading state information...
#10 1.423 E: Unable to locate package intel-mkl-64bit-2020.0-088
#10 1.423 E: Couldn't find any package by glob 'intel-mkl-64bit-2020.0-088'
#10 1.423 E: Couldn't find any package by regex 'intel-mkl-64bit-2020.0-088'
------
executor failed running [/bin/sh -c sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' && apt-get update && apt-get install -y intel-mkl-64bit-2020.0-088]: exit code: 100
make: *** [build-docker] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment