Skip to content

Commit c821918

Browse files
added protobuf
1 parent 9af43e2 commit c821918

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN yum -y install epel-release && \
4141
gcc-toolset-${DEVTOOLSET_VERSION}-gcc-c++ \
4242
gcc-toolset-${DEVTOOLSET_VERSION}-binutils \
4343
gcc-toolset-${DEVTOOLSET_VERSION}-gcc-gfortran \
44-
cmake \
44+
cmake==3.31.6 \
4545
ninja-build \
4646
rust \
4747
cargo \
@@ -104,14 +104,14 @@ RUN alternatives --set python3 /usr/bin/python3.12
104104

105105
RUN pip-3.12 install typing_extensions
106106

107+
# Set default entrypoint
108+
ENTRYPOINT []
109+
CMD ["/bin/bash"]
110+
107111
# Install test dependencies
108112
RUN dnf install -y \
109113
protobuf-devel \
110114
protobuf-c-devel \
111115
protobuf-lite-devel \
112-
wget \
113-
patch
114-
115-
# Set default entrypoint
116-
ENTRYPOINT []
117-
CMD ["/bin/bash"]
116+
hdf5-devel \
117+
python3-h5py

0 commit comments

Comments
 (0)