Skip to content

Commit d21b539

Browse files
Change Ubuntu2004 Deep Learning AMI to use newer CUDA version
Signed-off-by: Hanwen <[email protected]>
1 parent 2f02938 commit d21b539

File tree

1 file changed

+1
-1
lines changed
  • tests/integration-tests/tests/common

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
OS_TO_REMARKABLE_AMI_NAME_OWNER_MAP = {
5050
"alinux2": {"name": "Deep Learning Base AMI (Amazon Linux 2)*", "owners": ["amazon"]},
5151
"centos7": {"name": "FPGA Developer AMI*", "owners": ["679593333241"]},
52-
"ubuntu2004": {"name": "Deep Learning AMI GPU CUDA * (Ubuntu 20.04)*", "owners": ["amazon"]},
52+
"ubuntu2004": {"name": "Deep Learning Base GPU AMI (Ubuntu 20.04)*", "owners": ["amazon"]},
5353
# Simple redhat8 to be able to build in remarkable test
5454
"rhel8": {"name": "RHEL-8.7*_HVM*", "owners": ["309956199498", "841258680906", "219670896067"]},
5555
}

0 commit comments

Comments
 (0)