Add Singularity/Apptainer quick-start guide and update image refs#19
Conversation
The self-hosted deployment section only documented Docker, but the SIF artifact is already published to GHCR. Add a Singularity sub-section so users on rootless workstations / shared VMs have a one-shot pull+run example without having to read the HPC section. Also fix the publish-apptainer job: its matrix included `simple`, but the build matrix only produces a `full` variant (no Dockerfile_simple exists), so the artifact download for the simple SIF was guaranteed to fail on every push. While here, correct the existing HPC section's leftover `openms/streamlit-template` image refs and drop the dead `*-simple` tag mentions.
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughThis PR restricts Apptainer SIF image publishing to the ChangesApptainer publishing and deployment documentation
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
This PR adds comprehensive documentation for running OpenDiaKiosk with Singularity/Apptainer container runtimes, updates all image references to use the correct repository name, and removes the "simple" variant from CI builds.
Key Changes
openms/streamlit-templatetoopenms/opendiakioskthroughout the HPC documentation sectionlatest,main-full,v*-full, and per-commit SHAs are available (removed references to-simplevariants)Implementation Details
opendiakioskas the image name, matching the actual repository structurehttps://claude.ai/code/session_01BBxwxciydgHsT9xha8NV69
Summary by CodeRabbit
Documentation
Chores