Skip to content

Commit a5623c4

Browse files
committed
change tag from str to list
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 2b28d54 commit a5623c4

File tree

97 files changed

+824
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+824
-114
lines changed

docs/src/data/autogluon-inference/1.3-cpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ accelerator: cpu
44
python: py311
55
os: ubuntu22.04
66
platform: sagemaker
7-
tag: "1.3.0-cpu-py311-ubuntu22.04"
7+
8+
# Image tags (first tag is used in available_images.md)
9+
tags:
10+
- "1.3.0-cpu-py311-ubuntu22.04"

docs/src/data/autogluon-inference/1.3-gpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ python: py311
55
cuda: cu124
66
os: ubuntu22.04
77
platform: sagemaker
8-
tag: "1.3.0-gpu-py311-cu124-ubuntu22.04"
8+
9+
# Image tags (first tag is used in available_images.md)
10+
tags:
11+
- "1.3.0-gpu-py311-cu124-ubuntu22.04"

docs/src/data/autogluon-inference/1.4-cpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ accelerator: cpu
44
python: py311
55
os: ubuntu22.04
66
platform: sagemaker
7-
tag: "1.4.0-cpu-py311-ubuntu22.04"
7+
8+
# Image tags (first tag is used in available_images.md)
9+
tags:
10+
- "1.4.0-cpu-py311-ubuntu22.04"

docs/src/data/autogluon-inference/1.4-gpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ python: py311
55
cuda: cu124
66
os: ubuntu22.04
77
platform: sagemaker
8-
tag: "1.4.0-gpu-py311-cu124-ubuntu22.04"
8+
9+
# Image tags (first tag is used in available_images.md)
10+
tags:
11+
- "1.4.0-gpu-py311-cu124-ubuntu22.04"

docs/src/data/autogluon-training/1.3-cpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ accelerator: cpu
44
python: py311
55
os: ubuntu22.04
66
platform: sagemaker
7-
tag: "1.3.0-cpu-py311-ubuntu22.04"
7+
8+
# Image tags (first tag is used in available_images.md)
9+
tags:
10+
- "1.3.0-cpu-py311-ubuntu22.04"

docs/src/data/autogluon-training/1.3-gpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ python: py311
55
cuda: cu124
66
os: ubuntu22.04
77
platform: sagemaker
8-
tag: "1.3.0-gpu-py311-cu124-ubuntu22.04"
8+
9+
# Image tags (first tag is used in available_images.md)
10+
tags:
11+
- "1.3.0-gpu-py311-cu124-ubuntu22.04"

docs/src/data/autogluon-training/1.4-cpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ accelerator: cpu
44
python: py311
55
os: ubuntu22.04
66
platform: sagemaker
7-
tag: "1.4.0-cpu-py311-ubuntu22.04"
7+
8+
# Image tags (first tag is used in available_images.md)
9+
tags:
10+
- "1.4.0-cpu-py311-ubuntu22.04"

docs/src/data/autogluon-training/1.4-gpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ python: py311
55
cuda: cu124
66
os: ubuntu22.04
77
platform: sagemaker
8-
tag: "1.4.0-gpu-py311-cu124-ubuntu22.04"
8+
9+
# Image tags (first tag is used in available_images.md)
10+
tags:
11+
- "1.4.0-gpu-py311-cu124-ubuntu22.04"

docs/src/data/base/12.8-gpu-ec2.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,23 @@ python: py312
55
cuda: cu128
66
os: ubuntu24.04
77
platform: ec2
8-
tag: "12.8.1-gpu-py312-cu128-ubuntu24.04-ec2"
98
ga: "2025-06-05"
109
eop: "2026-06-05"
1110
public_registry: true
11+
12+
# Image tags (first tag is used in available_images.md)
13+
tags:
14+
- "12.8.1-gpu-py312-cu128-ubuntu24.04-ec2"
15+
16+
announcement:
17+
- "Introduced containers for Bse CUDA 12.8.1 for training which support EC2, ECS, and EKS"
18+
- "Starting with Base 12.8.1, we are removing Conda from the DLCs and installing all Python packages from PyPI"
19+
- "Added Python 3.12, Ubuntu 24.04 support"
20+
21+
packages:
22+
python: "3.12"
23+
cuda: "12.8.1"
24+
25+
optional:
26+
known_issues:
27+
- "Example known issue for demonstration purposes"

docs/src/data/base/12.9-gpu-ec2.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,23 @@ python: py312
55
cuda: cu129
66
os: ubuntu22.04
77
platform: ec2
8-
tag: "12.9.1-gpu-py312-cu129-ubuntu22.04-ec2"
98
ga: "2025-08-18"
109
eop: "2027-08-18"
1110
public_registry: true
11+
12+
# Image tags (first tag is used in available_images.md)
13+
tags:
14+
- "12.9.1-gpu-py312-cu129-ubuntu22.04-ec2"
15+
16+
announcement:
17+
- "Introduced containers for Bse CUDA 12.9.0 for training which support EC2, ECS, and EKS"
18+
- "Starting with Base 12.9.0, we are removing Conda from the DLCs and installing all Python packages from PyPI"
19+
- "Added Python 3.12, Ubuntu 22.04 support"
20+
21+
packages:
22+
python: "3.12"
23+
cuda: "12.9.0"
24+
25+
optional:
26+
known_issues:
27+
- "Example known issue for demonstration purposes"

0 commit comments

Comments
 (0)