From 477c2eaaa460db93b3313e00c5c7e077c934ead2 Mon Sep 17 00:00:00 2001 From: Hauke Kirchner <hauke.gronenberg@gwdg.de> Date: Fri, 7 Feb 2025 15:14:26 +0000 Subject: [PATCH] rm software stack from building scripts as it is now default --- code/container/build_dlc-conda-example.sh | 5 ----- code/container/build_dlc-dlwgpu.sh | 5 ----- 2 files changed, 10 deletions(-) diff --git a/code/container/build_dlc-conda-example.sh b/code/container/build_dlc-conda-example.sh index 38a0654..6aac51f 100644 --- a/code/container/build_dlc-conda-example.sh +++ b/code/container/build_dlc-conda-example.sh @@ -3,10 +3,5 @@ module load apptainer #export APPTAINER_CACHEDIR=$WORK/.apptainer/cache -# define software stack that will become default soon (September 2024) -# see https://docs.hpc.gwdg.de/software/nhr_lmod/index.html -export PREFERRED_SOFTWARE_STACK=nhr-lmod -source /sw/etc/profile/profile.sh - rm ~/dlc-conda-example.sif apptainer build --nv ~/dlc-conda-example.sif dlc-conda-example.def > build_dlc-conda-example.log 2>&1 diff --git a/code/container/build_dlc-dlwgpu.sh b/code/container/build_dlc-dlwgpu.sh index 836a156..8fdd0fa 100644 --- a/code/container/build_dlc-dlwgpu.sh +++ b/code/container/build_dlc-dlwgpu.sh @@ -2,10 +2,5 @@ module load apptainer #export APPTAINER_CACHEDIR=$WORK/.apptainer/cache -# define software stack that will become default soon (September 2024) -# see https://docs.hpc.gwdg.de/software/nhr_lmod/index.html -export PREFERRED_SOFTWARE_STACK=nhr-lmod -source /sw/etc/profile/profile.sh - rm ~/dlc-dlwgpu.sif apptainer build --nv ~/dlc-dlwgpu.sif dlc-dlwgpu.def > build_dlc-dlwgpu.log 2>&1 -- GitLab