diff --git a/container.def b/container.def
index 2b408e69599aecb5223057a6cd8c4bf6ef1fdab0..db16342a5b21acf1d0e32998ec347c1b816dbab1 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