Skip to content

Commit

Permalink
github downloads are keyed to rc1 not rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Jan 11, 2024
1 parent 26572a3 commit 3c5dad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/Dockerfile-blossom.multi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

ARG CUDA_VER=11.8.0
ARG UBUNTU_VER=20.04
ARG UCX_VER=1.16.0-rc4
ARG UCX_VER=1.16.0-rc1
# multi-platform build with: docker buildx build --platform linux/arm64,linux/amd64 <ARGS> on either amd64 or arm64 host
# check available official arm-based docker images at https://hub.docker.com/r/nvidia/cuda/tags (OS/ARCH)
FROM --platform=$TARGETPLATFORM nvidia/cuda:${CUDA_VER}-runtime-ubuntu${UBUNTU_VER}
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Dockerfile-blossom.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

ARG CUDA_VER=11.0.3
ARG UBUNTU_VER=20.04
ARG UCX_VER=1.16.0-rc4
ARG UCX_VER=1.16.0-rc1
ARG UCX_CUDA_VER=11
FROM nvidia/cuda:${CUDA_VER}-runtime-ubuntu${UBUNTU_VER}
ARG CUDA_VER
Expand Down

0 comments on commit 3c5dad4

Please sign in to comment.