From 2ce2811cd4bb256945f58de7d3aaf4ef1e7d960b Mon Sep 17 00:00:00 2001 From: Matthew Yeazel Date: Wed, 16 Oct 2024 01:50:53 +0000 Subject: [PATCH] variants/aws-ecs-1-nvidia: update nvidia kmod name The Bottlerocket core kit 3.0.0 changes the name of the kmod-5.10-nvidia tesla package from kmod-5.10-nvidia-tesla-470 to kmod-5.10-nvidia-tesla-535 due to the NVIDIA branch offered by this package. Signed-off-by: Matthew Yeazel --- variants/aws-ecs-1-nvidia/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/aws-ecs-1-nvidia/Cargo.toml b/variants/aws-ecs-1-nvidia/Cargo.toml index 4fa35be0904..843f3888e05 100644 --- a/variants/aws-ecs-1-nvidia/Cargo.toml +++ b/variants/aws-ecs-1-nvidia/Cargo.toml @@ -30,7 +30,7 @@ included-packages = [ # NVIDIA support "ecs-gpu-init", "nvidia-container-toolkit-ecs", - "kmod-5.10-nvidia-tesla-470", + "kmod-5.10-nvidia-tesla-535", ] [lib]