|
28 | 28 | SSH_TEST_IMAGES = [ |
29 | 29 | # 0 - Data Science |
30 | 30 | ('test-data-science', 'ssh-test-ds1-cpu', |
31 | | - 'datascience-1.0', 'ml.m5.large', 'Python 3.7.10'), |
| 31 | + 'datascience-1.0', 'ml.m5.large', '** Deprecated **'), |
32 | 32 | # 1 - Data Science 2.0 |
33 | 33 | ('test-data-science', 'ssh-test-ds2-cpu', |
34 | 34 | 'sagemaker-data-science-38', 'ml.m5.large', 'Python 3.8.18'), |
|
55 | 55 |
|
56 | 56 | # 8 - MXNet 1.9 Python 3.8 CPU Optimized |
57 | 57 | ('test-mxnet', 'ssh-test-mx19-cpu', |
58 | | - 'mxnet-1.9-cpu-py38-ubuntu20.04-sagemaker-v1.0', 'ml.m5.large', 'Python 3.8.10'), |
| 58 | + 'mxnet-1.9-cpu-py38-ubuntu20.04-sagemaker-v1.0', 'ml.m5.large', '** Deprecated **'), |
59 | 59 | # 9 - MXNet 1.9 Python 3.8 GPU Optimized |
60 | 60 | ('test-mxnet', 'ssh-test-mx19-gpu', |
61 | | - 'mxnet-1.9-gpu-py38-cu112-ubuntu20.04-sagemaker-v1.0', 'ml.g4dn.xlarge', 'Python 3'), |
| 61 | + 'mxnet-1.9-gpu-py38-cu112-ubuntu20.04-sagemaker-v1.0', 'ml.g4dn.xlarge', '** Deprecated **'), |
62 | 62 |
|
63 | 63 | # 10 - PyTorch 1.12 Python 3.8 CPU Optimized |
64 | 64 | ('test-pytorch', 'ssh-test-pt112-cpu', |
|
0 commit comments