What
Make Predalert capable of running containerized, in a programmatic way.
- Add Containerfile, based on Nvidia's Cuda image
- No longer import config as module,
instead read configfile from path given by env var PREDALERT_CONFIG_DIR - Pass config_file variable to subprocesses that need it
Why
Containers are superior when it comes to reproducibility
and reliability of distribution and execution of software
on disparate platforms and environments
# What
Make Predalert capable of running containerized, in a programmatic way.
- Add Containerfile, based on Nvidia's Cuda image
- No longer import config as module,
instead read configfile from path given by env var PREDALERT_CONFIG_DIR
- Pass config_file variable to subprocesses that need it
# Why
Containers are superior when it comes to reproducibility
and reliability of distribution and execution of software
on disparate platforms and environments