-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use different default image when using with gpu instances #26
Comments
Hi @sansmoraxz, thanks for opening the issue. You only have to do this when setting it up initially, how big of an issue is this for you? |
Not huge, more of a QOL thing for me. I do have seperate provides for use cases. And have a bash script to update the But someone with less understanding may struggle here, or even waste time trying to debug the issue. Related: loft-sh/devpod#669 |
As I understand a condition for whether GPU is enabled can be passed here: devpod-provider-aws/pkg/aws/aws.go Lines 176 to 192 in b8c145e
Would've made a PR, but I didn't get how much API changes needed to be made to get it working. |
The default ubuntu images lacks a lot of stuff when trying to create with GPU enabled.
Currently I am using
Deep Learning Base GPU AMI (Ubuntu 20.04) 20231026
ieami-0e376370bca957974
for regionap-south-1
to create GPU based dev-containers. It would be ideal if it was inferred from requested devcontainer config file, as we have to manually look up the ami while creating for other regions.The text was updated successfully, but these errors were encountered: