Module Bistro_engine.Execution_envSource
Sourceval make :
db:Db.t ->
allowed_containers:[ `Docker | `Singularity ] list ->
np:int ->
mem:int ->
id:string ->
t Sourcetype container_mount = {mount_host_location : string;mount_container_location : string;file_container_location : string;
} Sourceval container_cache_dir : string Sourceval allows_docker : t -> bool