-
Notifications
You must be signed in to change notification settings - Fork 341
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
CML AMIs #162
Comments
First point seems like a major potential optimization. Pushing/pulling big docker images and installing libraries (for deep learning especially) every time seems to be a significant bottleneck on the cloud-gpu-case- check out the timestamps in the Action logs. An AMI that requires environment configuration only once is potentially a huge time saver in the long run of a project. |
That's a very good idea, do you have any ideas of an implementation ? |
@courentin thanks for your offering! @courentin If you have experience with packer, lets do it! |
This is now a real thing with the upcoming release of CML 0.3.0 AWS CML amis are available based on ubuntu 18.04 |
|
I was wondering if we could move terraform-provider-iterative/cml to this repository. It would imply decoupling the region list from the provider code, but if we check it dynamically to solve iterative/terraform-provider-iterative#99, everything would be much more clear. Related to #538: generating both the machine images and the container images from the same repository could increase the maintainability. |
Closing in favor of iterative/terraform-provider-iterative#196 |
We are right now based on docker, however for cloud runners we could also work with AMIs.
These images will remove the following pain points:
The text was updated successfully, but these errors were encountered: