Skip to content

Commit 846bba3

Browse files
committed
build the container from the clone, not a stale tree
1 parent 582f929 commit 846bba3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.claude/build_container.sbatch

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ mkdir -p "$APPTAINER_TMPDIR" "$APPTAINER_CACHEDIR"
2020

2121
# Both take an override, so a rebuild does not have to happen in one hardcoded workspace.
2222
# sbatch .claude/build_container.sbatch <ports-checkout> <output.sif>
23-
PORTS="${1:-/lustre/groups/ml01/workspace/$U/stalign-rerun/squidpy-ports}"
24-
DURABLE="${2:-/lustre/groups/ml01/workspace/$U/stalign-rerun/stalign.sif}"
23+
# The git clone, not an rsynced tree. Defaulting to the latter built a stale `.def` -- its
24+
# 22.04 base, against apptainer's GLIBC_2.38 `faked`, plus notebooks that had been deleted --
25+
# while reporting success on the parts that did run.
26+
PORTS="${1:-/lustre/groups/ml01/workspace/$U/stalign-3d/ports-clone}"
27+
DURABLE="${2:-/lustre/groups/ml01/workspace/$U/stalign-3d/stalign.sif}"
2528

2629
echo "### host=$(hostname) job=${SLURM_JOB_ID:-adhoc} localscratch=$LS"
2730
apptainer --version

0 commit comments

Comments
 (0)