Skip to content

Commit f1cf164

Browse files
0x2b3bfa0casperdcl
andauthored
Avoid pinning aws GPU images to a specific date (#592)
* Avoid pinning `aws` GPU images to a specific date Apparently, they disappear * what could go wrong? Co-authored-by: Casper da Costa-Luis <casper.dcl@physics.org>
1 parent ee7325c commit f1cf164

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@898082745236:x86_64:Deep Learning AMI GPU CUDA 11.3.1 (Ubuntu 20.04) 20220303",
37+
"nvidia": "ubuntu@898082745236:x86_64:Deep Learning AMI GPU CUDA 11.3.* (Ubuntu 20.04) *",
3838
}
3939
if val, ok := images[image]; ok {
4040
image = val

0 commit comments

Comments
 (0)