-
Notifications
You must be signed in to change notification settings - Fork 324
Closed
Description
System Info
I'm trying to build the Docker image as I can't use any of the pre-built ones since they don't work on Mac M1. I'm running the build locally.
Information
- Docker
- The CLI directly
Tasks
- An officially supported command
- My own modifications
Reproduction
docker build .
And it fails with the following error:
=> ERROR [builder 2/11] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommend 3.3s
------
> [builder 2/11] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends intel-oneapi-mkl-devel build-essential && rm -rf /var/lib/apt/lists/*:
0.484 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
0.586 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
0.624 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
0.673 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8681 kB]
1.263 Get:5 https://apt.repos.intel.com/oneapi all InRelease [4451 B]
1.397 Get:6 https://apt.repos.intel.com/oneapi all/main all Packages [83.1 kB]
1.840 Get:7 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [6408 B]
1.844 Get:8 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [86.1 kB]
2.535 Fetched 9112 kB in 2s (4147 kB/s)
2.535 Reading package lists...
2.864 Reading package lists...
3.175 Building dependency tree...
3.262 Reading state information...
3.270 E: Unable to locate package intel-oneapi-mkl-devel
------
Dockerfile:36
--------------------
35 |
36 | >>> RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
37 | >>> intel-oneapi-mkl-devel \
38 | >>> build-essential \
39 | >>> && rm -rf /var/lib/apt/lists/*
40 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends intel-oneapi-mkl-devel build-essential && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Expected behavior
It should continue building the image.
Metadata
Metadata
Assignees
Labels
No labels