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 2f02938 commit d21b539Copy full SHA for d21b539
tests/integration-tests/tests/common/utils.py
@@ -49,7 +49,7 @@
49
OS_TO_REMARKABLE_AMI_NAME_OWNER_MAP = {
50
"alinux2": {"name": "Deep Learning Base AMI (Amazon Linux 2)*", "owners": ["amazon"]},
51
"centos7": {"name": "FPGA Developer AMI*", "owners": ["679593333241"]},
52
- "ubuntu2004": {"name": "Deep Learning AMI GPU CUDA * (Ubuntu 20.04)*", "owners": ["amazon"]},
+ "ubuntu2004": {"name": "Deep Learning Base GPU AMI (Ubuntu 20.04)*", "owners": ["amazon"]},
53
# Simple redhat8 to be able to build in remarkable test
54
"rhel8": {"name": "RHEL-8.7*_HVM*", "owners": ["309956199498", "841258680906", "219670896067"]},
55
}
0 commit comments