File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
105105RUN pip-3.12 install typing_extensions
106106
107+ # Set default entrypoint
108+ ENTRYPOINT []
109+ CMD ["/bin/bash"]
110+
107111# Install test dependencies
108112RUN 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
You can’t perform that action at this time.
0 commit comments