@@ -35,7 +35,7 @@ export DATA_FOLDER=path/to/store/results/and/data
3535docker run --gpus all --rm -it \
3636 -v $DATA_FOLDER :/home/rapids/benchmarks \
3737 -u $( id -u) \
38- rapidsai/cuvs-bench:26.04a -cuda13-py3.13 \
38+ rapidsai/cuvs-bench:26.06a -cuda13-py3.13 \
3939 " --dataset deep-image-96-angular" \
4040 " --normalize" \
4141 " --algorithms cuvs_cagra" \
4646
4747- ` DATA_FOLDER=path/to/store/results/and/data ` : Results and datasets will be written to this host folder.
4848- ` -u $(id -u) ` : This flag allows the container to use the host user for permissions
49- - ` rapidsai/cuvs-bench:26.04a -cuda13-py3.13 ` : Image to use, ` cuvs-bench ` , cuVS version, CUDA version, and Python version.
49+ - ` rapidsai/cuvs-bench:26.06a -cuda13-py3.13 ` : Image to use, ` cuvs-bench ` , cuVS version, CUDA version, and Python version.
5050- "--dataset deep-image-96-angular": Dataset name(s). See https://docs.rapids.ai/api/cuvs/nightly/cuvs_bench for more details.
5151- "--normalize": Whether to normalize the dataset, leave string empty ("") to not normalize.
5252- "--algorithms cuvs_cagra": What algorithm(s) to use as a ; separated list, as well as any other argument to pass to ` cuvs_bench.run ` .
@@ -59,7 +59,7 @@ export DATA_FOLDER=path/to/store/results/and/data
5959docker run all --rm -it \
6060 -v $DATA_FOLDER :/home/rapids/benchmarks \
6161 -u $( id -u) \
62- rapidsai/cuvs-bench-cpu:26.04a -py3.13 \
62+ rapidsai/cuvs-bench-cpu:26.06a -py3.13 \
6363 " --dataset deep-image-96-angular" \
6464 " --normalize" \
6565 " --algorithms cuvs_cagra" \
@@ -73,7 +73,7 @@ export DATA_FOLDER=path/to/store/results/and/data
7373docker run --gpus all --rm -it \
7474 -v $DATA_FOLDER :/home/rapids/benchmarks \
7575 -u $( id -u) \
76- rapidsai/cuvs-bench:26.04a -cuda13-py3.13 \
76+ rapidsai/cuvs-bench:26.06a -cuda13-py3.13 \
7777 --entrypoint /bin/bash
7878```
7979
0 commit comments