Commit fcc5031
authored
remove docs references to cuvs-bench-datasets, install a C compiler in pre-commit env (#1736)
## Updates docs
RAPIDS used to publish a `rapidsai/cuvs-bench-datasets` container image, essentially `rapidsai/cuvs-bench` with some benchmarking datasets pre-downloaded.
`rapidsai/cuvs-bench-datasets` was last published over a year ago (rapidsai/docker#725) and is set to be abandoned.
This removes references to it in documentation.
## Installs a C compiler for `pre-commit`
Looks like the `cargo-fmt` hook was relying on the C compilers removed from the `rapidsai/ci-conda` images in rapidsai/ci-imgs#353
This fixes that by explicitly declaring that dependency in the conda environment used for `pre-commit` in CI.
Authors:
- James Lamb (https://github.com/jameslamb)
Approvers:
- Dante Gama Dessavre (https://github.com/dantegd)
- Corey J. Nolet (https://github.com/cjnolet)
- Bradley Dice (https://github.com/bdice)
URL: #17361 parent 876fa87 commit fcc5031
3 files changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
278 | 282 | | |
279 | 283 | | |
280 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
100 | | - | |
101 | | - | |
| 99 | + | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
251 | 249 | | |
252 | 250 | | |
253 | 251 | | |
254 | | - | |
| 252 | + | |
255 | 253 | | |
256 | 254 | | |
257 | 255 | | |
| |||
0 commit comments