Skip to content

Commit 0ab197b

Browse files
updated build.sh for ppc
1 parent b5acb92 commit 0ab197b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@ RUN apt install -y \
3636
libblas-dev \
3737
libopenblas-dev \
3838
liblapack-dev \
39-
libatlas-base-dev
39+
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."
4049

4150
# Handle linux-headers installation gracefully
4251
RUN apt-get update && \

0 commit comments

Comments
 (0)