From f4a83e98f6127614dbf4fc8ae2c6b2aa7070a253 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <networms@gmail.ch> Date: Tue, 9 Jul 2024 16:37:50 +0200 Subject: [PATCH] Typo in apptainer options --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60158c8..d97b0df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,12 +32,12 @@ variables: - environment: [kuma_h100] slurm_options: ["-c 64"] stack: ["pinot-noir-gcc"] - apptainer_options: ['-nv'] + apptainer_options: ['--nv'] app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"] - environment: [kuma_l40s] slurm_options: ["-c 64"] stack: ["pinot-noir-gcc"] - apptainer_options: ['-nv'] + apptainer_options: ['--nv'] app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"] # - environment: [izar] # slurm_options: ['-c 40 --gpus 2'] -- GitLab