Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable for ephemeral_storage in aws_ecs_task_definition #85

Open
jkuypers93 opened this issue Feb 12, 2024 · 1 comment
Open

Variable for ephemeral_storage in aws_ecs_task_definition #85

jkuypers93 opened this issue Feb 12, 2024 · 1 comment

Comments

@jkuypers93
Copy link

jkuypers93 commented Feb 12, 2024

Hello,

I would like to increase the ephemeral_storage of a Metaflow ECS task so that it can load larger Docker images (Pytorch GPU Docker images are 10Gb+ compressed). Currently, the instance runs out of disk space and shows the following error:

CannotPullContainerError: no space left on device

The ephemeral_storage is currently not defined in the metadata-service submodule so it is set to its default value of 21Gb - would it be possible to have a variable so that we can define this parameter?

I'd be happy to work on this and share a PR.

Many thanks!

@jkuypers93
Copy link
Author

Opened PR #86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant