Skip to content

Commit 0d402b3

Browse files
0x2b3bfa0casperdcl
andauthored
Use AWS DLAMI instead on NVIDIA NGC (#527)
Co-authored-by: Casper da Costa-Luis <casper.dcl@physics.org>
1 parent 3572289 commit 0d402b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task/aws/resources/data_source_image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (i *Image) Read(ctx context.Context) error {
3434
image := i.Identifier
3535
images := map[string]string{
3636
"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-*",
37+
"nvidia": "ubuntu@898082745236:x86_64:Deep Learning AMI GPU CUDA 11.2.1 (Ubuntu 20.04) 20220306",
3838
}
3939
if val, ok := images[image]; ok {
4040
image = val

0 commit comments

Comments
 (0)