Lachlan Mason

Results 2 issues of Lachlan Mason

The word `build` is breaking connections: This breaks: ``` style wardley title Test component Foo [0.73, 0.50] component Bar [0.74, 0.29] component Foo-build [0.83, 0.32] Foo-build->Bar Foo->Bar ``` Whereas this...

When making docker submissions the AWS region is hardcoded to `us-east-1`: https://github.com/Cloud-CV/evalai-cli/blob/20fe1e61aa263aa8d16f93f67b24fefa6367c868/evalai/submissions.py#L124-L130 It remains possible to set arbitrary `AWS_REGION` values in eval-ai though: https://github.com/Cloud-CV/EvalAI/blob/master/apps/challenges/utils.py#L66-L89 The issue specific to https://github.com/Cloud-CV/evalai-cli is:...