|
1 | | -# Available Deep Learning Containers Images |
2 | | - |
3 | | -Replace `<repository-name>` and `<image-tag>` based on your desired container. |
4 | | - |
5 | | -## Getting Started |
6 | | - |
7 | | -Once you've selected your desired Deep Learning Containers image, continue with one of the following: |
8 | | - |
9 | | -- [Amazon EC2 Tutorials](https://docs.aws.amazon.com/deep-learning-containers/latest/devguide/deep-learning-containers-ec2.html) |
10 | | -- [Amazon ECS Tutorials](https://docs.aws.amazon.com/deep-learning-containers/latest/devguide/deep-learning-containers-ecs.html) |
11 | | -- [Amazon EKS Tutorials](https://docs.aws.amazon.com/deep-learning-containers/latest/devguide/deep-learning-containers-eks.html) |
12 | | -- [HuggingFace on AWS](https://huggingface.co/docs/sagemaker/en/index) |
13 | | -- [Security in AWS Deep Learning Containers](https://docs.aws.amazon.com/deep-learning-containers/latest/devguide/security.html) |
14 | | -- [Release Notes](https://docs.aws.amazon.com/deep-learning-containers/latest/devguide/dlc-release-notes.html) |
| 1 | +# Available Images |
15 | 2 |
|
16 | 3 | ## Region Availability |
17 | 4 |
|
@@ -53,37 +40,4 @@ Once you've selected your desired Deep Learning Containers image, continue with |
53 | 40 | | China (Beijing) | cn-north-1 | ✅ | ❌ | `727897471807.dkr.ecr.cn-north-1.amazonaws.com.cn/<repository-name>:<image-tag>` | |
54 | 41 | | China (Ningxia) | cn-northwest-1 | ✅ | ❌ | `727897471807.dkr.ecr.cn-northwest-1.amazonaws.com.cn/<repository-name>:<image-tag>` | |
55 | 42 |
|
56 | | -## Authentication |
57 | | - |
58 | | -```bash |
59 | | -aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 763104351884.dkr.ecr.us-east-1.amazonaws.com |
60 | | -``` |
61 | | - |
62 | | -Then pull images: |
63 | | - |
64 | | -```bash |
65 | | -docker pull <name of container image> |
66 | | -``` |
67 | | - |
68 | | -## Image Tag Guide |
69 | | - |
70 | | -To form your container image URL, use the following format: |
71 | | - |
72 | | -``` |
73 | | -<account_id>.dkr.ecr.<region>.amazonaws.com/<repository>:<tag> |
74 | | -``` |
75 | | - |
76 | | -Where: |
77 | | - |
78 | | -- `<account_id>`: Find the account ID for your region in the Region Availability table above |
79 | | -- `<region>`: Your AWS region (e.g., `us-east-1`, `us-west-2`, `eu-west-1`) |
80 | | -- `<repository>`: The framework repository name (e.g., `pytorch-training`, `base`, `vllm`, `sglang`) |
81 | | -- `<tag>`: The image tag from the tables below |
82 | | - |
83 | | -Example: |
84 | | - |
85 | | -``` |
86 | | -763104351884.dkr.ecr.us-west-2.amazonaws.com/pytorch-training:2.9.0-gpu-py312-cu130-ubuntu22.04-sagemaker |
87 | | -``` |
88 | | - |
89 | 43 | --- |
0 commit comments