From 32296e29ba36de6819cb305dc00d1e845ee83dab Mon Sep 17 00:00:00 2001 From: William Vale <wv00017@surrey.ac.uk> Date: Sat, 12 Apr 2025 16:44:14 +0000 Subject: [PATCH] Edit container.def --- container.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container.def b/container.def index c6f2ab1..b725e8d 100644 --- a/container.def +++ b/container.def @@ -44,7 +44,7 @@ From: nvidia/cuda:12.0.0-devel-ubuntu22.04 # Make conda available in post section . $WRKSPCE/miniconda3/etc/profile.d/conda.sh - conda install -n base -c defaults conda python=3.9.0 + conda install -n base -c defaults conda python=3.10 # Copy environment.yml before building (handled in %files) conda env update -n base --file /environment.yml -- GitLab