We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3572289 commit 0d402b3Copy full SHA for 0d402b3
task/aws/resources/data_source_image.go
@@ -34,7 +34,7 @@ func (i *Image) Read(ctx context.Context) error {
34
image := i.Identifier
35
images := map[string]string{
36
"ubuntu": "ubuntu@099720109477:x86_64:*ubuntu/images/hvm-ssd/ubuntu-focal-20.04*",
37
- "nvidia": "ubuntu@679593333241:x86_64:NVIDIA Deep Learning AMI v21.02.2-*",
+ "nvidia": "ubuntu@898082745236:x86_64:Deep Learning AMI GPU CUDA 11.2.1 (Ubuntu 20.04) 20220306",
38
}
39
if val, ok := images[image]; ok {
40
image = val
0 commit comments