Skip to content

Commit f920cd9

Browse files
Add Ubuntu 24.04 support to docker build script (#1528)
Requested by @kiran-thumma for http://rocm-ci.amd.com/job/mainline-framework-pytorch-2.3-ub24-py3.12-ci/
1 parent ececb96 commit f920cd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/docker/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ if [[ "$image" == *-focal* ]]; then
5050
UBUNTU_VERSION=20.04
5151
elif [[ "$image" == *-jammy* ]]; then
5252
UBUNTU_VERSION=22.04
53+
elif [[ "$image" == *-noble* ]]; then
54+
UBUNTU_VERSION=24.04
5355
elif [[ "$image" == *ubuntu* ]]; then
5456
extract_version_from_image_name ubuntu UBUNTU_VERSION
5557
elif [[ "$image" == *centos* ]]; then

0 commit comments

Comments
 (0)