You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## [0.13.3] - 2026-06-03
4
+
5
+
### Added
6
+
-**Container runtime setup script**: Add `/opt/spine/setup.sh` and `/opt/spine/check-env.sh` to the published container image so ROOT/LArCV/SPINE runtime environment setup is explicit, testable, and recoverable when unpacked-image runtimes fail to apply the container environment automatically.
The Docker and Apptainer paths consume the same released image; the difference is only the container runtime.
82
82
83
+
The published image now includes a canonical fallback setup script at
84
+
`/opt/spine/setup.sh`. Normal Docker and Apptainer execution should not require
85
+
manual sourcing. Some sites expose the image through CVMFS as an unpacked root
86
+
filesystem; in that mode, the site integration should still apply the image
87
+
environment automatically. If it does not, diagnose the runtime from inside that
88
+
unpacked-image environment with:
89
+
90
+
```bash
91
+
source /opt/spine/setup.sh
92
+
/opt/spine/check-env.sh
93
+
python -c "import ROOT, larcv, spine"
94
+
```
95
+
83
96
### Local Python Installation
84
97
85
98
Use a local pip installation when you only need downstream tooling such as post-processing, analysis, visualization, documentation, or light development.
0 commit comments