diff --git a/docs/additional-functionality/shuffle-docker-examples/Dockerfile.rocky_no_rdma b/docs/additional-functionality/shuffle-docker-examples/Dockerfile.rocky_no_rdma index fe5c64b1dfc..bd64b08ca2f 100644 --- a/docs/additional-functionality/shuffle-docker-examples/Dockerfile.rocky_no_rdma +++ b/docs/additional-functionality/shuffle-docker-examples/Dockerfile.rocky_no_rdma @@ -1,5 +1,5 @@ # -# Copyright (c) 2022-2024, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2022-2025, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,15 +16,15 @@ # Sample Dockerfile to install UCX in a Rocky Linux 8 image. # # The parameters are: -# - CUDA_VER: 11.8.0 by default +# - CUDA_VER: 12.8.0 by default # - UCX_VER, UCX_CUDA_VER, and UCX_ARCH: # Used to pick a package matching a specific UCX version and # CUDA runtime from the UCX github repo. # See: https://github.com/openucx/ucx/releases/ # - ROCKY_VER: Rocky Linux OS version -ARG CUDA_VER=11.8.0 -ARG UCX_VER=1.16.0 +ARG CUDA_VER=12.8.0 +ARG UCX_VER=1.18.0 ARG UCX_CUDA_VER=11 ARG UCX_ARCH=x86_64 ARG ROCKY_VER=8 diff --git a/docs/additional-functionality/shuffle-docker-examples/Dockerfile.rocky_rdma b/docs/additional-functionality/shuffle-docker-examples/Dockerfile.rocky_rdma index f88c4212a92..52b8a1a55b3 100644 --- a/docs/additional-functionality/shuffle-docker-examples/Dockerfile.rocky_rdma +++ b/docs/additional-functionality/shuffle-docker-examples/Dockerfile.rocky_rdma @@ -1,5 +1,5 @@ # -# Copyright (c) 2022-2024, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2022-2025, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,15 +16,15 @@ # Sample Dockerfile to install UCX in a Rocky Linux 8 image with RDMA support. # # The parameters are: -# - CUDA_VER: 11.8.0 by default +# - CUDA_VER: 12.8.0 by default # - UCX_VER, UCX_CUDA_VER, and UCX_ARCH: # Used to pick a package matching a specific UCX version and # CUDA runtime from the UCX github repo. # See: https://github.com/openucx/ucx/releases/ # - ROCKY_VER: Rocky Linux OS version -ARG CUDA_VER=11.8.0 -ARG UCX_VER=1.16.0 +ARG CUDA_VER=12.8.0 +ARG UCX_VER=1.18.0 ARG UCX_CUDA_VER=11 ARG UCX_ARCH=x86_64 ARG ROCKY_VER=8 diff --git a/docs/additional-functionality/shuffle-docker-examples/Dockerfile.ubuntu_no_rdma b/docs/additional-functionality/shuffle-docker-examples/Dockerfile.ubuntu_no_rdma index 792e7848e56..da4f6ef00fa 100644 --- a/docs/additional-functionality/shuffle-docker-examples/Dockerfile.ubuntu_no_rdma +++ b/docs/additional-functionality/shuffle-docker-examples/Dockerfile.ubuntu_no_rdma @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2024, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ # Sample Dockerfile to install UCX in a Ubuntu 20.04 image # # The parameters are: -# - CUDA_VER: 11.8.0 by default +# - CUDA_VER: 12.8.0 by default # - UCX_VER, UCX_CUDA_VER, and UCX_ARCH: # Used to pick a package matching a specific UCX version and # CUDA runtime from the UCX github repo. @@ -24,8 +24,8 @@ # - UBUNTU_VER: 20.04 by default # -ARG CUDA_VER=11.8.0 -ARG UCX_VER=1.16.0 +ARG CUDA_VER=12.8.0 +ARG UCX_VER=1.18.0 ARG UCX_CUDA_VER=11 ARG UCX_ARCH=x86_64 ARG UBUNTU_VER=20.04 diff --git a/docs/additional-functionality/shuffle-docker-examples/Dockerfile.ubuntu_rdma b/docs/additional-functionality/shuffle-docker-examples/Dockerfile.ubuntu_rdma index 42014c67251..ca706b6e376 100644 --- a/docs/additional-functionality/shuffle-docker-examples/Dockerfile.ubuntu_rdma +++ b/docs/additional-functionality/shuffle-docker-examples/Dockerfile.ubuntu_rdma @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2024, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ # The parameters are: # - RDMA_CORE_VERSION: Set to 32.1 to match the rdma-core line in the latest # released MLNX_OFED 5.x driver -# - CUDA_VER: 11.8.0 by default +# - CUDA_VER: 12.8.0 by default # - UCX_VER, UCX_CUDA_VER, and UCX_ARCH: # Used to pick a package matching a specific UCX version and # CUDA runtime from the UCX github repo. @@ -34,8 +34,8 @@ ARG RDMA_CORE_VERSION=32.1 -ARG CUDA_VER=11.8.0 -ARG UCX_VER=1.16.0 +ARG CUDA_VER=12.8.0 +ARG UCX_VER=1.18.0 ARG UCX_CUDA_VER=11 ARG UCX_ARCH=x86_64 ARG UBUNTU_VER=20.04 diff --git a/jenkins/Dockerfile-blossom.ubuntu b/jenkins/Dockerfile-blossom.ubuntu index 7cb2122af26..6646c495550 100644 --- a/jenkins/Dockerfile-blossom.ubuntu +++ b/jenkins/Dockerfile-blossom.ubuntu @@ -1,5 +1,5 @@ # -# Copyright (c) 2020-2024, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2020-2025, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ # Arguments: # CUDA_VER=[11.X.Y,12.X.Y] # UBUNTU_VER=[20.04,22.0.4] -# UCX_VER=1.16.0 +# UCX_VER=1.18.0 # TARGETPLATFORM=[linux/amd64,linux/arm64] # ARCH=[amd64,arm64] # UCX_ARCH=[x86_64,aarch64] @@ -29,7 +29,7 @@ ARG CUDA_VER=11.8.0 ARG UBUNTU_VER=20.04 -ARG UCX_VER=1.16.0 +ARG UCX_VER=1.18.0 ARG TARGETPLATFORM=linux/amd64 # multi-platform build with: docker buildx build --platform linux/arm64,linux/amd64 on either amd64 or arm64 host # check available official arm-based docker images at https://hub.docker.com/r/nvidia/cuda/tags (OS/ARCH) diff --git a/pom.xml b/pom.xml index 37944e483e0..52cce7f9edf 100644 --- a/pom.xml +++ b/pom.xml @@ -853,7 +853,7 @@ https://github.com/openjdk/jdk17/blob/4afbcaf55383ec2f5da53282a1547bac3d099e9d/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties#L1993-L1994 --> -Xlint:all,-serial,-path,-try,-processing|-Werror - 1.16.0 + 1.18.0 1.0.6 ${ucx.baseVersion} diff --git a/scala2.13/pom.xml b/scala2.13/pom.xml index 6ba3f514428..af03933ee20 100644 --- a/scala2.13/pom.xml +++ b/scala2.13/pom.xml @@ -853,7 +853,7 @@ https://github.com/openjdk/jdk17/blob/4afbcaf55383ec2f5da53282a1547bac3d099e9d/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties#L1993-L1994 --> -Xlint:all,-serial,-path,-try,-processing|-Werror - 1.16.0 + 1.18.0 1.0.6 ${ucx.baseVersion}