We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5acb92 commit 0ab197bCopy full SHA for 0ab197b
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -36,7 +36,16 @@ RUN apt install -y \
36
libblas-dev \
37
libopenblas-dev \
38
liblapack-dev \
39
- libatlas-base-dev
+ libatlas-base-dev \
40
+ linux-headers-generic \
41
+ zlib1g-dev \
42
+ libbz2-1.0 \
43
+ libncurses5-dev \
44
+ libsqlite3-dev \
45
+ libdb-dev \
46
+ libpcap-dev \
47
+ liblzma-dev \
48
+ libffi-dev || echo "Some packages could not be installed but are non-critical."
49
50
# Handle linux-headers installation gracefully
51
RUN apt-get update && \
0 commit comments