Skip to content

Commit

Permalink
Add in AWS Credentials variable for NVIDIA install script (#2037)
Browse files Browse the repository at this point in the history
Co-authored-by: Wyatt Hicken <[email protected]>
  • Loading branch information
whoix and Wyatt Hicken authored Nov 4, 2024
1 parent 634b772 commit 974fdf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/al2023/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@
"environment_vars": [
"AWS_REGION={{user `aws_region`}}",
"ENABLE_ACCELERATOR={{user `enable_accelerator`}}",
"AWS_ACCESS_KEY_ID={{user `aws_access_key_id`}}",
"AWS_SECRET_ACCESS_KEY={{user `aws_secret_access_key`}}",
"AWS_SESSION_TOKEN={{user `aws_session_token`}}",
"BINARY_BUCKET_NAME={{user `binary_bucket_name`}}",
"BINARY_BUCKET_REGION={{user `binary_bucket_region`}}",
"NVIDIA_DRIVER_MAJOR_VERSION={{user `nvidia_driver_major_version`}}",
Expand Down

0 comments on commit 974fdf2

Please sign in to comment.