From 6ef27b4263174b05197d86e962e04a75f307c947 Mon Sep 17 00:00:00 2001 From: Brian Geuther Date: Wed, 3 Sep 2025 10:29:14 -0400 Subject: [PATCH] Changing the folder where singularity copies models --- vm/singularity.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/singularity.def b/vm/singularity.def index 12ad52e..80e38e5 100644 --- a/vm/singularity.def +++ b/vm/singularity.def @@ -8,4 +8,4 @@ From: aberger4/mouse-tracking:python3.10-slim mkdir -p ${SINGULARITY_ROOTFS}/workspace/models/ %files - ./models ${SINGULARITY_ROOTFS}/workspace/ + ./models /workspace/