Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading