diff --git a/Singularity b/Singularity
index 0bf009c098ff55fa46a203b56619b79f0417c6d5..96321a11505e4a86239e0db270bc1972e42a5086 100644
--- a/Singularity
+++ b/Singularity
@@ -5,7 +5,7 @@ FROM: debian:12
 
 apt-get update
 DEBIAN_FRONTEND=noninteractive \
-apt-get install -y wget cmake python3-numpy python3-setuptools doxygen swig cython3 software-properties-common git jq python3-pip
+apt-get install -y wget cmake python3-numpy python3-setuptools doxygen swig cython3 software-properties-common git jq python3-pip  openmpi-bin libopenmpi-dev
 
 mkdir /opt/cuda-toolkit
 cd /opt/cuda-toolkit