From 2d007e43c6f69a14647f97975fe6d5b63aa381cb Mon Sep 17 00:00:00 2001
From: Hauke Kirchner <hauke.gronenberg@gwdg.de>
Date: Tue, 11 Feb 2025 11:10:33 +0000
Subject: [PATCH] Edit README.md: rm different software stack

---
 README.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/README.md b/README.md
index 8431017..c9f1dc1 100644
--- a/README.md
+++ b/README.md
@@ -78,11 +78,6 @@ To set up the conda environment, first log into the frontend. Then create a [con
 git clone https://gitlab-ce.gwdg.de/hpc-team-public/deep-learning-with-gpu-cores.git 
 cd  deep-learning-with-gpu-cores/code
 
-# load new software stack
-# see https://docs.hpc.gwdg.de/software/software_stacks/index.html
-export PREFERRED_SOFTWARE_STACK=nhr-lmod
-source /sw/etc/profile/profile.sh
-
 module load miniconda3
 conda create -n dl-gpu python=3.8
 ```
-- 
GitLab