Our default configs at example_configs/*/config-resource.yaml typically specify 16 cores and 64GB of memory. Docker will emit an error if such resources aren't available from the user's machine, but we would like to catch this earlier and emit a more informative error message. Something like the following:
Machine does not have adequate resources! Only CPU cores and memory is available. Please edit <PATH_TO_CONFIG>
Our default configs at
example_configs/*/config-resource.yamltypically specify 16 cores and 64GB of memory. Docker will emit an error if such resources aren't available from the user's machine, but we would like to catch this earlier and emit a more informative error message. Something like the following: