From f70c610925e3d5622e8a8777593a9c8125c7ee6a 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:50:57 +0000 Subject: [PATCH] replace source --- container.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container.def b/container.def index db16342..c5c63e0 100644 --- a/container.def +++ b/container.def @@ -15,7 +15,7 @@ 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 # Non - interactive sessions we need this + . /opt/conda/etc/profile.d/conda.sh # Non - interactive sessions we need this conda init bash # For future interactive sessions, optional # Conda environment @@ -29,7 +29,7 @@ From: nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04 %environment # Set some environment vars export PATH=/opt/conda/bin:$PATH - source /opt/conda/etc/profile.d/conda.sh + . /opt/conda/etc/profile.d/conda.sh conda activate gala %labels -- GitLab