diff --git a/presto-native-execution/scripts/dockerfiles/centos-dependency.dockerfile b/presto-native-execution/scripts/dockerfiles/centos-dependency.dockerfile index bf2c2f50398a2..5470cf408d540 100644 --- a/presto-native-execution/scripts/dockerfiles/centos-dependency.dockerfile +++ b/presto-native-execution/scripts/dockerfiles/centos-dependency.dockerfile @@ -24,6 +24,7 @@ ENV CC=/opt/rh/gcc-toolset-12/root/bin/gcc ENV CXX=/opt/rh/gcc-toolset-12/root/bin/g++ ENV ARM_BUILD_TARGET=${ARM_BUILD_TARGET} ENV CUDA_VERSION=${CUDA_VERSION:-12.9} +ENV UCX_VERSION="1.19.0" RUN mkdir -p /scripts /velox/scripts COPY scripts /scripts @@ -40,6 +41,7 @@ RUN bash -c "mkdir build && \ install_adapters && \ install_clang15 && \ install_cuda ${CUDA_VERSION}) && \ + install_ucx) && \ rm -rf build" # put CUDA binaries on the PATH