diff --git a/templates/al2023/template.json b/templates/al2023/template.json index 10e6ef64d..c22fd2645 100644 --- a/templates/al2023/template.json +++ b/templates/al2023/template.json @@ -237,6 +237,8 @@ "environment_vars": [ "AWS_REGION={{user `aws_region`}}", "ENABLE_ACCELERATOR={{user `enable_accelerator`}}", + "BINARY_BUCKET_NAME={{user `binary_bucket_name`}}", + "BINARY_BUCKET_REGION={{user `binary_bucket_region`}}", "NVIDIA_DRIVER_MAJOR_VERSION={{user `nvidia_driver_major_version`}}", "WORKING_DIR={{user `working_dir`}}" ]