From f05f74e8d8679d4d1605f84baabc196b92bffec2 Mon Sep 17 00:00:00 2001 From: William Vale <wv00017@surrey.ac.uk> Date: Wed, 26 Mar 2025 14:02:12 +0000 Subject: [PATCH] Edit container.def --- container.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container.def b/container.def index a8c2a8b..ee33b7e 100644 --- a/container.def +++ b/container.def @@ -27,8 +27,8 @@ From: nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04 /opt/conda/bin/conda init zsh /opt/conda/bin/conda init tcsh - # Install Python packages from requirements.yaml into the base environment - /opt/conda/bin/conda env update -n base --file /opt/env/requirements.yaml --prune + # Install Python packages from requirements.yml into the base environment + /opt/conda/bin/conda env update -n base --file /opt/env/requirements.yml --prune %environment # Set some environment vars -- GitLab