You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the docker image tags in the `cuvs-bench` docs don't exist. This PR updates `rapidsai/cuvs-bench:26.06-cuda12.9-py3.13` (doesn't exist) --> `rapidsai/cuvs-bench:26.06a-cuda12-py3.13` (does exist)
Authors:
- James Bourbeau (https://github.com/jrbourbeau)
Approvers:
- Corey J. Nolet (https://github.com/cjnolet)
URL: #2003
@@ -349,7 +349,7 @@ All of the `cuvs-bench` images contain the Conda packages, so they can be used d
349
349
--entrypoint /bin/bash \
350
350
--workdir /data/benchmarks \
351
351
-v $DATA_FOLDER:/data/benchmarks \
352
-
rapidsai/cuvs-bench:26.06-cuda12.9-py3.13
352
+
rapidsai/cuvs-bench:26.06a-cuda12-py3.13
353
353
354
354
This will drop you into a command line in the container, with the `cuvs-bench` python package ready to use, as described in the `Running the benchmarks`_ section above:
0 commit comments