From 19b5f625a806f367d3b455e1be17c7d29509e13d Mon Sep 17 00:00:00 2001
From: "Dutta, Ayushi (PG/R - Comp Sci & Elec Eng)" <ayushi.dutta@surrey.ac.uk>
Date: Mon, 7 Apr 2025 14:26:54 +0000
Subject: [PATCH] u

---
 container.def | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/container.def b/container.def
index 2b408e6..db16342 100644
--- a/container.def
+++ b/container.def
@@ -15,8 +15,8 @@ From: nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
     bash miniconda.sh -b -p /opt/conda
     rm miniconda.sh
     export PATH=/opt/conda/bin:$PATH
-    source /opt/conda/etc/profile.d/conda.sh
-    conda init bash
+    source /opt/conda/etc/profile.d/conda.sh # Non - interactive sessions we need this
+    conda init bash # For future interactive sessions, optional
     
     # Conda environment
     git clone https://github.com/snuvclab/gala.git
-- 
GitLab