diff --git a/labs/cuda/Makefile b/labs/cuda/Makefile
index 45d898244a9e3de7ba61baca0d53d10a45a83c2c..dc912851b12ebfd484f87e18289c111ac8cdca8c 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)