aws-samples / aws-samples/pixel-streaming-on-eks
Packer unable to install nvidia drivers
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I tried deploying your demo by following the steps in the /docs folder. The Packer script threw an error when attempting to install the nvidia drivers. I'm including a section of the console output.
` amazon-ebs: --2024-06-26 00:32:17-- https://developer.download.nvidia.com/compute/cuda/12.0.1/local_installers/cuda_12.0.1_525.85.12_linux.run
amazon-ebs: Resolving developer.download.nvidia.com (developer.download.nvidia.com)... 152.199.39.144
amazon-ebs: Connecting to developer.download.nvidia.com (developer.download.nvidia.com)|152.199.39.144|:443... connected.
amazon-ebs: HTTP request sent, awaiting response... 200 OK
amazon-ebs: Length: 4207617207 (3.9G) [application/octet-stream]
amazon-ebs: Saving to: ‘cuda_12.0.1_525.85.12_linux.run’
amazon-ebs:
amazon-ebs: 100%[====================================>] 4,207,617,207 122MB/s in 25s
amazon-ebs:
amazon-ebs: 2024-06-26 00:32:41 (163 MB/s) - ‘cuda_12.0.1_525.85.12_linux.run’ saved [4207617207/4207617207]
amazon-ebs:
amazon-ebs: Installation failed. See log at /var/log/cuda-installer.log for details.
`
Here is the command I executed:
`packer build eks-gpu-node.json`
I'm not sure if I did something wrong, or if the problem is with out of date information on AWS, or something else. Any assistance is greatly appreciated!
Contributor guide
Assessment
This issue has not been assessed yet.