Skip to content

Commit

Permalink
fix: Add p5e to list of NVIDIA instances for setting the correct co…
Browse files Browse the repository at this point in the history
…ntainer runtime config (#1974)
  • Loading branch information
bryantbiggs authored Sep 20, 2024
1 parent c70d1a3 commit 3423965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeadm/internal/containerd/runtime_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (m *instanceTypeMixin) matches(instanceType string) bool {

var (
// TODO: fetch this list dynamically
nvidiaInstances = []string{"p3", "p3dn", "p4d", "p4de", "p5", "g4", "g4dn", "g5", "g6", "g6e"}
nvidiaInstances = []string{"p3", "p3dn", "p4d", "p4de", "p5", "p5e", "g4", "g4dn", "g5", "g6", "g6e"}
NvidiaInstanceTypeMixin = instanceTypeMixin{
instanceFamilies: nvidiaInstances,
apply: applyNvidia,
Expand Down

0 comments on commit 3423965

Please sign in to comment.