From ddc1f4f0883ddee7824a82a31db90a1430a33662 Mon Sep 17 00:00:00 2001 From: msquee Date: Mon, 20 Jul 2020 09:45:28 -0400 Subject: [PATCH] Remove unnecessary modules --- template/script.sh.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/template/script.sh.erb b/template/script.sh.erb index 3f64ab2..88a63ad 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -14,10 +14,6 @@ elsif working_dir.file? end %> -# Load modules. -module purge -module load ondemand xalt/latest python/3.6-conda5.2 - # Setup environment. APP_ROOT="<%= app_root.to_s %>" CODE_SERVER_DATAROOT="$HOME/.local/share/bc_osc_codeserver"