From 869f409b0f4671b82385b517a7e96cc25d5f32be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Etefan-Dan=20CIOC=C3=8ERLAN=20=2825058=29?= <stefan_dan.ciocirlan@upb.ro> Date: Thu, 3 Apr 2025 11:06:42 +0000 Subject: [PATCH] Update file Makefile --- labs/cuda/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/cuda/Makefile b/labs/cuda/Makefile index 45d8982..dc91285 100644 --- a/labs/cuda/Makefile +++ b/labs/cuda/Makefile @@ -27,9 +27,9 @@ DOWNLOAD_CMD ?= apptainer pull $(IMG_PATH) $(IMG_URL) LOAD_PREFIX ?= apptainer exec --env='TMPDIR=$(HOME)' --nv $(IMG_PATH) # Image config -IMG_TAG ?= 12.3.2 +IMG_TAG ?= 1.11.4 IMG_URL ?= docker://gitlab.cs.pub.ro:5050/asc/asc-public/cuda-labs:$(IMG_TAG) -IMG_PATH ?= ~/DO_NOT_DELETE_IMGS/cuda-labs_$(IMG_TAG).sif +IMG_PATH ?= /export/home/acs/prof/stefan_dan.ciocirlan/TMP/DO_NOT_DELETE_IMGS/cuda-labs_$(IMG_TAG).sif # Older images: https://gitlab.cs.pub.ro/asc/asc-public/container_registry/10 compile: $(IMG_PATH) -- GitLab