Validating your flow...
The graph looks good!
Running pylint...
Pylint is happy!
Metaflow service error:
Metadata request (/flows/TestGPUFlow) failed (code 500): {"message": "Internal server error"}
Since with_public_ip in the minimal example is not defined, I tried both true and false but i get in both cases the same error message.
Currently, I am using version 0.5.1 and there everythings seems to works (also with GPUs)
PS: the minimal example in the README still uses version 0.3.0
When I use the https://github.com/outerbounds/terraform-aws-metaflow/blob/master/examples/minimal/minimal_example.tf (from v.0.8.0 which is the current master) to deploy to aws (eu-central-1) and afterwards update
METAFLOW_SERVICE_AUTH_KEY
in the generated config.json a simple flow leads to this errorSince
with_public_ip
in the minimal example is not defined, I tried both true and false but i get in both cases the same error message.Currently, I am using version 0.5.1 and there everythings seems to works (also with GPUs)
PS: the minimal example in the README still uses version 0.3.0