Skip to content

Commit

Permalink
REL v24.10.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Oct 10, 2024
1 parent 4a97818 commit 5aa2a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raft-ann-bench/cpu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG PYTHON_VER=unset
ARG RAPIDS_VER=unset
ARG RAPIDS_VER=24.10

FROM condaforge/mambaforge:23.3.1-0 AS raft-ann-bench-cpu
ARG RAPIDS_VER
Expand Down
2 changes: 1 addition & 1 deletion raft-ann-bench/gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG CUDA_VER=unset
ARG PYTHON_VER=unset
ARG LINUX_VER=unset

ARG RAPIDS_VER=unset
ARG RAPIDS_VER=24.10

FROM rapidsai/miniforge-cuda:cuda${CUDA_VER}-base-${LINUX_VER}-py${PYTHON_VER} AS raft-ann-bench
ARG CUDA_VER
Expand Down

0 comments on commit 5aa2a22

Please sign in to comment.