Julian Kuypers
Julian Kuypers
Hi, thank you for sharing your work! I am trying to run your code for Obstacle Tower on a cluster but I keep getting timeout errors from ml-agents ``` File...
[[issue #85](https://github.com/outerbounds/terraform-aws-metaflow/issues/85)] The ephemeral_storage is currently not defined in the [metadata-service submodule](https://github.com/outerbounds/terraform-aws-metaflow/blob/master/modules/metadata-service/ecs.tf#L59) so it is set to its default value of 21Gb. I've added a variable called `metadata_service_ephemeral_storage` which would...
Hello, I would like to increase the [ephemeral_storage](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition#ephemeral_storage) of a Metaflow ECS task so that it can load larger Docker images (Pytorch GPU Docker images are 10Gb+ compressed). Currently, the...