diff --git a/Golden_Repo/j/JupyterKernel-PyEarthSystem/JupyterKernel-PyEarthSystem-2023.5-GCCcore-11.3.0-2023.3.6.eb b/Golden_Repo/j/JupyterKernel-PyEarthSystem/JupyterKernel-PyEarthSystem-2023.5-GCCcore-11.3.0-2023.3.6.eb index 19cdcde0503b14a55684ca0bebef41dbd2162f01..bf9df673fa3b696e9e1ca4443a9c53ecb7c85809 100644 --- a/Golden_Repo/j/JupyterKernel-PyEarthSystem/JupyterKernel-PyEarthSystem-2023.5-GCCcore-11.3.0-2023.3.6.eb +++ b/Golden_Repo/j/JupyterKernel-PyEarthSystem/JupyterKernel-PyEarthSystem-2023.5-GCCcore-11.3.0-2023.3.6.eb @@ -102,6 +102,7 @@ postinstallcmds = [ '#!/bin/bash \n' '\n' '# Load required modules \n' + 'module purge \n' 'module load Stages/${STAGE} \n' 'module load GCC/11.3.0 \n' 'module load OpenMPI \n'