forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup AWS GPU docs & add T4s for uwhackweeks
- The bug we reported upstream to eksctl has been fixed! So eksctl is now responsible for setting up the GPU driver, not us! eksctl-io/eksctl#5277. Yay for fixing things upstream! This woudl also mean that eksctl is responsible for keeping these versions up to date, and not us. We bump up the required eksctl version to account for this. - Based on pangeo-data/pangeo-docker-images#390 and many other discussions (linked to from there), NVidia T4s are now preferred over older K80s. We update the AWS GPU docs to recognize this. - Add PyTorch & Tensorflow images as options to the GPU profile here, so end users can choose! Fixes 2i2c-org#1784
- Loading branch information
Showing
8 changed files
with
104 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
prometheusIngressAuthSecret: | ||
enabled: true | ||
|
||
nvidiaDevicePlugin: | ||
aws: | ||
enabled: true | ||
|
||
prometheus: | ||
server: | ||
ingress: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 0 additions & 76 deletions
76
helm-charts/support/templates/aws-nvidia-device-plugin.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters