bv-runtime-apptainer 0.1.3

Apptainer/Singularity container runtime implementation for bv
Documentation
1
2
3
4
5
6
7
pub mod cache;
pub mod gpu;
pub mod image;
pub mod mount;
pub mod runtime;

pub use runtime::{ApptainerRuntime, is_available};