Module Bistro_engine.Execution_env
val make :
db:Db.t ->
allowed_containers:[ `Docker | `Singularity ] list ->
np:int ->
mem:int ->
id:string ->
ttype container_mount = {mount_host_location : string;mount_container_location : string;file_container_location : string;
}val docker_cache_dir : stringval allows_docker : t -> bool