We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbab99d commit 8603673Copy full SHA for 8603673
hpc/applications/pyfr/Containerfile
@@ -32,8 +32,10 @@ RUN git clone https://github.com/libxsmm/libxsmm.git \
32
ENV PYFR_XSMM_LIBRARY_PATH=/libxsmm/lib/libxsmm.so
33
34
# Install h5py with MPI
35
-RUN ldconfig /usr/local/cuda/targets/sbsa-linux/lib/stubs \
36
- && HDF5_MPI="ON" CC=mpicc pip install --no-cache-dir --no-binary=h5py h5py \
+RUN ldconfig /usr/local/cuda/targets/*/lib/stubs \
+ && HDF5_MPI="ON" CC=mpicc pip install --no-cache-dir --no-binary=h5py \
37
+ h5py==3.14.0 \
38
+ mpi4py==4.1.0 \
39
&& ldconfig
40
41
# Set base directory for pyCUDA cache
0 commit comments